* configure.in: Remove a hack for Unixware. AC_FUNC_GETMNTENT

checks -lgen for getmntent as of Autoconf 2.52.
This commit is contained in:
Pavel Roskin 2001-09-09 04:05:14 +00:00
parent e136f3b7b3
commit 4e09ec3e27
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2001-09-09 Pavel Roskin <proski@gnu.org>
* configure.in: Remove a hack for Unixware. AC_FUNC_GETMNTENT
checks -lgen for getmntent as of Autoconf 2.52.
2001-09-07 Pavel Roskin <proski@gnu.org>
* configure.in: Check for pwd.h.

View File

@ -184,12 +184,6 @@ AC_DEFINE(IS_AIX, 1, [Define if compiling for AIX])
AC_MSG_RESULT(yes)
], [AC_MSG_RESULT(no)])
dnl
dnl This hack is here until autoconf adds it
dnl Needed for Unixware: getmntent is on libgen.a
dnl
AC_CHECK_LIB(gen, getmntent, [LIBS="-lgen $LIBS"])
dnl
dnl This is from GNU fileutils, check aclocal.m4 for more information
dnl