Martin Spott wrote:

> I'd love to hear if it still builds working binaries. If this is the
> case then I'd post a second patch that removes unused declarations,

I've tested successfully on FreeBSD and IRIX, so here's the second one
on top of the first one:

--- configure.ac.1st    Tue Jan 18 15:14:46 2005
+++ configure.ac        Tue Jan 18 15:17:50 2005
@@ -147,24 +147,7 @@
     AC_DEFINE([HAVE_TIMEZONE], 1, [Define if system has timezone variable])
 fi
 
-dnl add correct audio libs and configure for audio support
-dnl LIBS="-lplibsl -lplibsm"
-
-case "${host}" in
-*-*-cygwin* | *-*-mingw32*)
-    LIBS="$LIBS -lwinmm"
-    ;;
-*-apple-darwin*)
-    LIBS="$LIBS -framework IOKit -framework CoreFoundation"
-    ;;
-*-*-irix* )
-    LIBS="$LIBS -laudio"
-    ;;
-
-esac
-audio_LIBS="$LIBS"
 LIBS=""
-AC_SUBST(audio_LIBS)
 
 dnl ENABLE_AUDIO_SUPPORT could be depricated at any time in favor of
 dnl just assuming we have audio support on all platform.  We can


Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to