]> arthur.barton.de Git - ngircd-alex.git/blobdiff - configure.in
- Da hatte ich mich wohl ein wenig verrannt; jetzt sollte der Resolver
[ngircd-alex.git] / configure.in
index ec0b68bd87882e868af32fde84c2e08212451e6b..c71d0678fcccdcba98a69ae3f8fd8ed904ecda1e 100644 (file)
@@ -9,9 +9,12 @@
 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
 # der an comBase beteiligten Autoren finden Sie in der Datei AUTHORS.
 #
-# $Id: configure.in,v 1.10 2001/12/27 16:25:36 alex Exp $
+# $Id: configure.in,v 1.11 2001/12/29 03:04:06 alex Exp $
 #
 # $Log: configure.in,v $
+# Revision 1.11  2001/12/29 03:04:06  alex
+# - neue configure-Option "--enable-strict-rfc".
+#
 # Revision 1.10  2001/12/27 16:25:36  alex
 # - neue configure-Option "--with-portab=DIR".
 #
@@ -143,6 +146,14 @@ AC_ARG_ENABLE(syslog,
        ]
 )
 
+AC_ARG_ENABLE(strict-rfc,
+       [  --enable-strict-rfc     strict RFC conformance, may break clients],
+       if test "$enableval" = "yes"; then
+               AC_DEFINE(STRICT_RFC, 1)
+               AC_MSG_RESULT([enabling strict RFC conformance])
+       fi
+)
+
 AC_ARG_ENABLE(debug,
        [  --enable-debug          show additional debug output],
        if test "$enableval" = "yes"; then