configure.ac: Remove AC_ISC_POSIX; it breaks on some systems and is not needed.

Original commit message from CVS:
* configure.ac:
Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
This commit is contained in:
Michael Smith 2008-07-23 18:27:15 +00:00
parent d76e33616c
commit 6ae4a9ccb0
2 changed files with 5 additions and 4 deletions

View file

@ -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>

View 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)