mirror of https://github.com/MidnightCommander/mc
* configure.in: Remove a hack for Unixware. AC_FUNC_GETMNTENT
checks -lgen for getmntent as of Autoconf 2.52.
This commit is contained in:
parent
e136f3b7b3
commit
4e09ec3e27
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue