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,
O.k., next time I'll add the patch right to the posting :-)
--- configure.ac.original Tue Jan 18 11:56:48 2005
+++ configure.ac Tue Jan 18 11:58:56 2005
@@ -148,10 +148,7 @@
fi
dnl add correct audio libs and configure for audio support
-LIBS="-lplibsl -lplibsm"
-
-dnl search for FreeBSD library
-AC_SEARCH_LIBS(hid_init, usbhid)
+dnl LIBS="-lplibsl -lplibsm"
case "${host}" in
*-*-cygwin* | *-*-mingw32*)
@@ -213,6 +210,9 @@
AC_SEARCH_LIBS(cos, m)
AC_SEARCH_LIBS(dlclose, dl)
+dnl search for FreeBSD library
+AC_SEARCH_LIBS(hid_init, usbhid)
+
base_LIBS="$LIBS"
dnl Check for SDL if enabled.
@@ -299,9 +299,6 @@
opengl_LIBS="$LIBS"
LIBS="$base_LIBS"
-
-dnl search for FreeBSD library
-AC_SEARCH_LIBS(hid_init, usbhid)
dnl check for OpenAL libraries
case "${host}" in
Martin.
--
Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------
_______________________________________________
Flightgear-devel mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d