From: rufustfirefly Date: Tue, 24 Apr 2001 13:04:52 +0000 (+0000) Subject: add AFPD_LIBS X-Git-Tag: netatalk-1-5-rc1~454 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=923ba7acae226549885ce25e3966fabfd44c9293;p=netatalk.git add AFPD_LIBS --- diff --git a/configure.in b/configure.in index c48e824d..eff37a5c 100644 --- a/configure.in +++ b/configure.in @@ -296,7 +296,7 @@ AC_ARG_WITH(tcp-wrappers, [ --with-tcp-wrappers enable TCP wrappers support], AC_CHECK_LIB(wrap, hosts_access, AC_DEFINE(TCPWRAP) - LIBS="$LIBS -lwrap" + AFPD_LIBS="$AFPD_LIBS -lwrap" AC_MSG_RESULT([enabling TCP wrappers support]) ) ) @@ -592,8 +592,12 @@ AC_ARG_ENABLE(pgp-uam, dnl --------------------- last minute substitutions AC_SUBST(LIBS) +AC_SUBST(AFPD_LIBS) +AC_SUBST(PAPD_LIBS) + AC_SUBST(CFLAGS) AC_SUBST(LDSHAREDFLAGS) + AM_CONDITIONAL(SOLARIS_MODULE, test x$solaris_module = xyes) AM_CONDITIONAL(COMPILE_TIMELORD, test x$compile_timelord = xyes) AM_CONDITIONAL(USE_DHX, test x$compile_dhx = xyes)