Detect fdlopen(3)

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@517 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2012-01-10 21:26:49 +00:00
parent 8c2f4c74b7
commit 255c7f6727
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ AM_CONDITIONAL([WITH_SU], [test x"$with_su" = x"yes"])
AC_CHECK_HEADERS([crypt.h])
AC_CHECK_FUNCS([fpurge strlcmp strlcpy])
AC_CHECK_FUNCS([fdlopen fpurge strlcmp strlcpy])
saved_LIBS="${LIBS}"
LIBS=""