1 Value is assigned to $with_ssl_dir but used from $with_ssl which is wrong.
2 Fix configure since it's a one-liner and avoid an autoreconf.
4 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
6 diff -Nura tn5250-0.17.4.orig/configure tn5250-0.17.4/configure
7 --- tn5250-0.17.4.orig/configure 2014-09-10 08:33:15.689519554 -0300
8 +++ tn5250-0.17.4/configure 2014-09-10 08:33:47.428613117 -0300
9 @@ -23258,7 +23258,7 @@
10 if test "${with_ssl_dir+set}" = set; then
11 withval=$with_ssl_dir;
12 if test "$with_ssl_dir" != "no"; then
13 - checksslinclude "$with_ssl"
14 + checksslinclude "$with_ssl_dir"
16 for topdir in /usr/local /usr /usr/pkg /usr/lib /var/ssl /opt; do
17 for subdir in $topdir $topdir/openssl $topdir/ssl; do