configure.ac: simplify flags for darwin and co (looks like -lmx is not needed anymore...
authorPaul Brossier <piem@piem.org>
Thu, 15 May 2008 21:18:31 +0000 (23:18 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 15 May 2008 21:18:31 +0000 (23:18 +0200)
configure.ac

index 3fcdf0ede1aa2684b2ac6e1124b2c1b4f53036dc..05b6a3ec0d5beb6637e66ccd7c050e6ce34adf3a 100644 (file)
@@ -97,16 +97,7 @@ case "${host}" in
   AM_CONDITIONAL(MINGW, true)
   LDFLAGS="$LDFLAGS -no-undefined"
   ;;
-arm-apple-darwin)
-  dnl nothing to do here 
-  ;;
 *darwin* | *rhapsody* | *macosx*)
-  dnl on macosx, cosf went to -lmx
-  LDFLAGS="$LDFLAGS -lmx"
-  dnl as long double doesn't sit well with -Wall -Werror
-  AUBIO_CFLAGS="$AUBIO_CFLAGS -Wno-long-double"
-  dnl Workaround darwin autoconf bug
-  CPPFLAGS="$CPPFLAGS -I${prefix}/include"
   AC_ISC_POSIX
   AM_CONDITIONAL(DARWIN, true)
   ;;