Browse Source

Ok, finally.. These now work nicely on a RH-5.2 box:

--with-mysql --with-ldap --with-imap --with-zlib --with-snmp
experimental/newoperator
Rasmus Lerdorf 28 years ago
parent
commit
7440bc50da
  1. 4
      ext/standard/config.m4

4
ext/standard/config.m4

@ -106,6 +106,10 @@ AC_CHECK_LIB(c, dlopen, [
LIBS="-ldl $LIBS"
AC_DEFINE(HAVE_LIBDL) ], []) ])
AC_CHECK_LIB(pam, pam_start, [
EXTRA_LIBS="$EXTRA_LIBS -lpam"
AC_DEFINE(HAVE_LIBPAM) ], [])
AC_CRYPT_CAP
divert(3)

Loading…
Cancel
Save