summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f7a8f7f8d..5339cc240 100644
--- a/configure.in
+++ b/configure.in
@@ -75,7 +75,10 @@ dnl Check for libraries
AC_CHECK_FUNCS(argp_parse)
if test x"$ac_cv_func_argp_parse" != xyes; then
AC_REPLACE_FUNCS(strndup strnlen strchrnul)
+ ARGPLIBS="libargp.a"
+ ARGPINCS="-I../argp"
AC_SUBST(ARGPLIBS)
+ AC_SUBST(ARGPINCS)
fi
dnl Use either PAM or CRYPT, not both.

Return to:

Send suggestions and report system problems to the System administrator.