]> arthur.barton.de Git - netatalk.git/blobdiff - macros/gssapi-check.m4
Remove checks for individual libraries (probably legacy stuff). Help text
[netatalk.git] / macros / gssapi-check.m4
index d462468b2de23f947a9c48ae72eaca65a43c325d..9748c487aeebf30a5064eea6466a0098f5aa508d 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: gssapi-check.m4,v 1.1 2003-09-03 18:27:14 samnoble Exp $
+dnl $Id: gssapi-check.m4,v 1.2 2003-12-15 06:03:33 srittau Exp $
 dnl Autoconf macro to check for kerberos/gssapi support
 dnl based on samba3 configure.in
 dnl modified for netatalk use by bfernhomberg
@@ -10,7 +10,7 @@ AC_DEFUN([NETATALK_GSSAPI_CHECK],
        GSSAPI_CFLAGS=""
 
         AC_ARG_WITH(gssapi,
-                [  --with-gssapi[=DIR]     compile Kerberos V UAM],
+                [  --with-gssapi[=DIR]       compile Kerberos V UAM],
                 [compilegssapi=$withval],
                 [compilegssapi=no]
         )