mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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:
parent
d76e33616c
commit
6ae4a9ccb0
2 changed files with 5 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue