Fix the build of lfloat plugin

Fixed the wrong check of softfloat in configure, which resulted in
disablement of lfloat plugin.
This commit is contained in:
Takashi Iwai 2007-06-28 13:26:25 +02:00
parent c2d770627f
commit f49e5859fd

View File

@ -414,7 +414,7 @@ if test "$HAVE_LIBPTHREAD" != "yes"; then
build_pcm_share="no"
fi
if test "$softfloat" != "yes"; then
if test "$softfloat" = "yes"; then
build_pcm_lfloat="no"
fi