Module Name: othersrc
Committed By: lukem
Date: Mon Feb 9 08:03:12 UTC 2015
Modified Files:
othersrc/usr.bin/tnftp: configure
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 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.44 othersrc/usr.bin/tnftp/configure:1.45
--- othersrc/usr.bin/tnftp/configure:1.44 Mon Nov 3 21:50:27 2014
+++ othersrc/usr.bin/tnftp/configure Mon Feb 9 08:03:12 2015
@@ -3150,9 +3150,9 @@ fi
# Check whether --enable-ssl was given.
if test "${enable_ssl+set}" = set; then :
- enableval=$enable_ssl; opt_ssl=$enableval
+ enableval=$enable_ssl; with_ssl=$enableval
else
- opt_ssl=auto
+ with_ssl=auto
fi