]> The Tcpdump Group git mirrors - tcpdump/commitdiff
align output from ./configure --help.
authoritojun <itojun>
Thu, 27 Apr 2000 10:50:27 +0000 (10:50 +0000)
committeritojun <itojun>
Thu, 27 Apr 2000 10:50:27 +0000 (10:50 +0000)
configure
configure.in

index bea6b6e218e2bb0b55b09980fb3aa5a02276d954..20d4ef19bffbc4e65ed514b74e04810abed0cd75 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.112 
+# From configure.in Revision: 1.113 
 
 
 
@@ -79,7 +79,7 @@ ac_help="$ac_help
   --enable-ipv6           enable ipv6 (with ipv4) support
   --disable-ipv6          disable ipv6 support"
 ac_help="$ac_help
-  --without-crypto           disable crypto support"
+  --without-crypto        disable crypto support"
 
 # Initialize some variables set by options.
 # The variables have the same names as the options, with
index 7f66be575a139bd7c5db5357342cefc9b91d5288..c99d81c47c114097cb889b3fb6d2277660f3908d 100644 (file)
@@ -1,4 +1,4 @@
-dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.113 2000-04-27 09:16:09 itojun Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.114 2000-04-27 10:50:28 itojun Exp $ (LBL)
 dnl
 dnl Copyright (c) 1994, 1995, 1996, 1997
 dnl    The Regents of the University of California.  All rights reserved.
@@ -6,7 +6,7 @@ dnl
 dnl Process this file with autoconf to produce a configure script.
 dnl
 
-AC_REVISION($Revision: 1.113 $)
+AC_REVISION($Revision: 1.114 $)
 AC_PREREQ(2.13)
 AC_INIT(tcpdump.c)
 
@@ -609,7 +609,7 @@ AC_LBL_UNALIGNED_ACCESS
 
 AC_VAR_H_ERRNO
 
-AC_ARG_WITH(crypto, [  --without-crypto         disable crypto support],
+AC_ARG_WITH(crypto, [  --without-crypto        disable crypto support],
        [], [
 AC_MSG_CHECKING(for SSLeay)
 ac_cv_ssleay_path=no