]> arthur.barton.de Git - netatalk.git/commitdiff
add AFPD_LIBS
authorrufustfirefly <rufustfirefly>
Tue, 24 Apr 2001 13:04:52 +0000 (13:04 +0000)
committerrufustfirefly <rufustfirefly>
Tue, 24 Apr 2001 13:04:52 +0000 (13:04 +0000)
configure.in

index c48e824d9fcbf216d609a52ed79a4aee30f6ba7f..eff37a5ce65e2bf432933c32477741ee32d570a1 100644 (file)
@@ -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)