From: Takashi Iwai Date: Wed, 15 Aug 2007 13:54:47 +0000 (+0200) Subject: Fix a typo in configure script X-Git-Tag: v1.0.15rc1~7 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e16a241efcd4a3d66635ce4d86f278c665ef0ff1;p=alsa-lib.git Fix a typo in configure script --- diff --git a/configure.in b/configure.in index 21a6dc3d..db0c1063 100644 --- a/configure.in +++ b/configure.in @@ -185,7 +185,7 @@ AC_ARG_WITH(softfloat, [do you have floating point unit on this machine? (optional)]), [ AC_DEFINE(HAVE_SOFT_FLOAT, "1", [Avoid calculation in float]) softfloat=yes ],) -if test "$softloat" = "yes" ; then +if test "$softfloat" = "yes" ; then AC_MSG_RESULT(yes) else AC_MSG_RESULT(no)