shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shishi configure.ac


From: shishi-commit
Subject: shishi configure.ac
Date: Fri, 19 Sep 2003 12:28:33 -0400

CVSROOT:        /cvsroot/shishi
Module name:    shishi
Branch:         
Changes by:     Simon Josefsson <address@hidden>        03/09/19 12:28:33

Modified files:
        .              : configure.ac 

Log message:
        Fix.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/configure.ac.diff?tr1=1.87&tr2=1.88&r1=text&r2=text

Patches:
Index: shishi/configure.ac
diff -u shishi/configure.ac:1.87 shishi/configure.ac:1.88
--- shishi/configure.ac:1.87    Sun Sep 14 17:10:11 2003
+++ shishi/configure.ac Fri Sep 19 12:28:33 2003
@@ -36,7 +36,6 @@
 
 # Checks for header files.
 AC_PROG_CC
-AC_GNU_SOURCE
 gl_USE_SYSTEM_EXTENSIONS
 AC_HEADER_STDC
 AC_CHECK_HEADERS(stdlib.h string.h strings.h memory.h \
@@ -382,8 +381,8 @@
 AC_MSG_CHECKING([if dummy NULL encryption/checksum type should be used])
 AC_MSG_RESULT($enable_null)
 
-AC_ARG_ENABLE(arcfour, AC_HELP_STRING([--disable-arcfour],
-                       [disable ARCFOUR encryption/checksum type]),
+AC_ARG_ENABLE(arcfour, AC_HELP_STRING([--enable-arcfour],
+                       [enable ARCFOUR encryption/checksum type]),
                enable_arcfour=$enableval, enable_arcfour=no)
 AM_CONDITIONAL(ARCFOUR, test "$enable_arcfour" != "no")
 if test "$enable_arcfour" != "no"; then




reply via email to

[Prev in Thread] Current Thread [Next in Thread]