diff configure @ 364:72653295b75d

Enabled auth support per default
author markus schnalke <meillo@marmaro.de>
date Wed, 14 Sep 2011 12:19:02 +0200
parents 02bc0331e390
children 934a223e4ee8
line wrap: on
line diff
--- a/configure	Wed Sep 14 12:07:34 2011 +0200
+++ b/configure	Wed Sep 14 12:19:02 2011 +0200
@@ -1353,7 +1353,7 @@
   --enable-dependency-tracking   do not reject slow dependency extractors
   --disable-resolver      disable resolver support
   --disable-debug         disable debugging
-  --enable-auth           enable AUTH (RFC 2554) client support
+  --disable-auth          disable AUTH (RFC 2554) client support
   --enable-ident          enable ident (RFC 1413) support
 
 Optional Packages:
@@ -5160,6 +5160,9 @@
   enableval=$enable_auth; if test "x$enable_auth" != 'xno'; then
 		auth_enabled='yes'
 	fi
+else
+  auth_enabled='yes'
+
 fi
 
 if test "x$auth_enabled" = xyes; then