Module Name:    othersrc
Committed By:   lukem
Date:           Fri Oct 31 08:39:11 UTC 2014

Modified Files:
        othersrc/usr.bin/tnftp: configure

Log Message:
regen for test == -> test = fix


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 othersrc/usr.bin/tnftp/configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/usr.bin/tnftp/configure
diff -u othersrc/usr.bin/tnftp/configure:1.42 othersrc/usr.bin/tnftp/configure:1.43
--- othersrc/usr.bin/tnftp/configure:1.42	Fri Oct 31 07:35:48 2014
+++ othersrc/usr.bin/tnftp/configure	Fri Oct 31 08:39:10 2014
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 1.27 .
+# From configure.ac Revision: 1.28 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for tnftp 20141031.
 #
@@ -12277,7 +12277,7 @@ rm -f core conftest.err conftest.$ac_obj
 if test "$with_ssl" != no; then :
   { $as_echo "$as_me:${as_lineno-$LINENO}: --with-ssl=$with_ssl; checking for required OpenSSL features" >&5
 $as_echo "$as_me: --with-ssl=$with_ssl; checking for required OpenSSL features" >&6;}
-       if test "$have_ssl" == yes; then :
+       if test "$have_ssl" = yes; then :
   $as_echo "#define WITH_SSL 1" >>confdefs.h
 
               { $as_echo "$as_me:${as_lineno-$LINENO}: enabling SSL support" >&5

Reply via email to