configure.ac: Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
authorMichael Smith <msmith@xiph.org>
Wed, 23 Jul 2008 18:27:15 +0000 (18:27 +0000)
committerMichael Smith <msmith@xiph.org>
Wed, 23 Jul 2008 18:27:15 +0000 (18:27 +0000)
Original commit message from CVS:
* configure.ac:
Remove AC_ISC_POSIX; it breaks on some systems and is not needed.

ChangeLog
configure.ac

index 96a5ca09fbad857e5f8c215a2fa0506d77ed7448..f46be65d66271a360b5d5edfc988235d661f96ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-23  Michael Smith <msmith@songbirdnest.com>
+
+       * configure.ac:
+         Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
+
 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
 
        Patch by: Damien Lespiau  <damien.lespiau gmail com>
index b9433d9b80a0bede31486b92f2819baf089d5989..284b46fb49d7a814e7fe2d552cc9a13da2d5ef54 100644 (file)
@@ -141,10 +141,6 @@ AG_GST_PLUGIN_DOCS([1.3],[2.1])
 
 dnl *** checks for libraries ***
 
-dnl For interactive UNIX (a Sun thing)
-dnl FIXME: this adds -lcposix to LIBS, but I doubt we use LIBS
-AC_ISC_POSIX
-
 dnl libm, for sin() etc.
 AC_CHECK_LIBM
 AC_SUBST(LIBM)