]> arthur.barton.de Git - netatalk.git/commitdiff
Commented out ADMIN_GRP option here and left it enabled by default. It can
authoritlm019 <itlm019>
Wed, 13 Sep 2000 23:56:02 +0000 (23:56 +0000)
committeritlm019 <itlm019>
Wed, 13 Sep 2000 23:56:02 +0000 (23:56 +0000)
still be controlled from afpd.conf.

configure.in

index 62d5ab50eb4edd73bccc3fabc04a500b936b61a5..ff5e62df83675371bce03ccec7015f905eb2e6e1 100644 (file)
@@ -126,12 +126,13 @@ dnl --------------------------------------------------------------------------
 dnl specific configuration comes in here:
 dnl --------------------------------------------------------------------------
 
-AC_ARG_WITH(admin-group,
-       [  --with-admin-group=grp  enable and set administrative group],
-       admin_grp="$withval"
-       AC_DEFINE_UNQUOTED(ADMIN_GRP, "$admin_grp")
-       AC_MSG_RESULT([enabling administrative group "$admin_grp"]),
-)
+dnl Left in here for now just in case we need to debug it, but it can be 
+dnl controlled from afpd.conf now.
+dnl AC_ARG_WITH(admin-group,
+dnl    [  --with-admin-group  enable administrative group (set in afpd.conf)],
+       AC_DEFINE (ADMIN_GRP)
+dnl    AC_MSG_RESULT([enabling administrative group support]),
+dnl )
 
 AC_ARG_WITH(auth-printing-dir,
        [  --with-auth-printing-dir=path