]> arthur.barton.de Git - netatalk.git/commitdiff
slight fix, added AC_CONDITIONAL for USE_SHADOWPW for PAM files
authorrufustfirefly <rufustfirefly>
Tue, 20 Feb 2001 17:17:20 +0000 (17:17 +0000)
committerrufustfirefly <rufustfirefly>
Tue, 20 Feb 2001 17:17:20 +0000 (17:17 +0000)
configure.in

index 99ab43e08ddf1d07bf90af05719e09a88027bdfc..1a9ff8a879ee02cac1d62b958df44b18efae485e 100644 (file)
@@ -262,10 +262,12 @@ AC_ARG_WITH(pam,
        fi
 )
 
+shadowpw=no
 AC_ARG_WITH(shadow,
        [  --with-shadow           enable shadow password support],
        AC_MSG_RESULT([enabling shadow password support])
        AC_DEFINE(SHADOWPW)
+       shadowpw=yes
 )
 
 AC_ARG_WITH(flock-locks,
@@ -292,7 +294,7 @@ AC_ARG_ENABLE(redhat,
 )
 
 AC_ARG_ENABLE(suse,
-       [  --enable-suse       use suse-style sysv configuration ],
+       [  --enable-suse           use suse-style sysv configuration ],
     if test "$enableval" = "yes"; then
                sysv_style=suse
        fi
@@ -506,6 +508,7 @@ AM_CONDITIONAL(USE_PGP, test x$compile_pgp = xyes)
 AM_CONDITIONAL(USE_COBALT, test x$sysv_style = xcobalt)
 AM_CONDITIONAL(USE_REDHAT, test x$sysv_style = xredhat)
 AM_CONDITIONAL(USE_SUSE, test x$sysv_style = xsuse)
+AM_CONDITIONAL(USE_SHADOWPW, test x$shadowpw = xyes)
 AM_CONDITIONAL(USE_TRU64, test x$sysv_style = xtru64)
 
 dnl --------------------- generate files