mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix a typo in configure script
This commit is contained in:
parent
540c7f765f
commit
e16a241efc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue