# HG changeset patch # User tiwai # Date 1183029985 -7200 # Node ID 917d1281c93f8ba16f0b41e2b9f8f10e3f34812a # Parent a78e81cbfd7037986e074351fd4a7ac243c9e737 Fix the build of lfloat plugin Fixed the wrong check of softfloat in configure, which resulted in disablement of lfloat plugin. --- a/configure.in Mon Jun 11 10:52:17 2007 +0200 +++ b/configure.in Thu Jun 28 13:26:25 2007 +0200 @@ -414,7 +414,7 @@ if test "$HAVE_LIBPTHREAD" != "yes"; the build_pcm_share="no" fi -if test "$softfloat" != "yes"; then +if test "$softfloat" = "yes"; then build_pcm_lfloat="no" fi