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 96a5ca0..f46be65 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 b9433d9..284b46f 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)