X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.in;h=fb785e9a83373dccacb47fc4d8b992bc53aed53a;hb=c4e90fb5753948d04cee93f2257d3ff7a0e2ae29;hp=53b1b721a4315af328af4f2d64601c217032e0ae;hpb=ec37176058f262cf45d8102a470b343c67879bef;p=netatalk.git diff --git a/configure.in b/configure.in index 53b1b721..fb785e9a 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.112 2001-10-10 18:29:19 jmarcus Exp $ +dnl $Id: configure.in,v 1.113 2001-10-10 20:19:18 jmarcus Exp $ dnl configure.in for netatalk AC_INIT(bin/adv1tov2/adv1tov2.c) @@ -353,7 +353,7 @@ if test "x$PAM_MSG" = "xyes"; then if test "x$ac_cv_header_security_pam_appl_h" = "xyes" ; then AC_CHECK_LIB(pam, pam_set_item, - [LIBS="$LIBS -lpam"; use_pam_so=yes; compile_pam=yes; AC_DEFINE(USE_PAM)], + [use_pam_so=yes; compile_pam=yes; AC_DEFINE(USE_PAM)], [use_pam_so=no; compile_pam=no] ) fi