]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fix a typo in configure script
authorTakashi Iwai <tiwai@suse.de>
Wed, 15 Aug 2007 13:54:47 +0000 (15:54 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 15 Aug 2007 13:54:47 +0000 (15:54 +0200)
configure.in

index 21a6dc3d92ee942dd1495bf69bc62f5ca797d350..db0c1063f02d2449a9af56a026e25e5e8807709b 100644 (file)
@@ -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)