Original commit message from CVS:
* configure.ac:
Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
+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>
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)