summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 5a30819b4..6f27c3b99 100644
--- a/configure.in
+++ b/configure.in
@@ -380,7 +380,7 @@ fi
380AC_ARG_WITH(ssl-dir, 380AC_ARG_WITH(ssl-dir,
381 [ --with-ssl-dir=PATH Specify path to OpenSSL installation ], 381 [ --with-ssl-dir=PATH Specify path to OpenSSL installation ],
382 [ 382 [
383 if test "x$withval" != "$xno" ; then 383 if test "x$withval" != "xno" ; then
384 tryssldir=$withval 384 tryssldir=$withval
385 fi 385 fi
386 ] 386 ]
@@ -1043,7 +1043,7 @@ AC_ARG_WITH(kerberos4,
1043 [ 1043 [
1044 if test "x$withval" != "xno" ; then 1044 if test "x$withval" != "xno" ; then
1045 1045
1046 if test "x$withval" != "$xyes" ; then 1046 if test "x$withval" != "xyes" ; then
1047 CFLAGS="$CFLAGS -I${withval}/include" 1047 CFLAGS="$CFLAGS -I${withval}/include"
1048 LDFLAGS="$LDFLAGS -L${withval}/lib" 1048 LDFLAGS="$LDFLAGS -L${withval}/lib"
1049 if test ! -z "$need_dash_r" ; then 1049 if test ! -z "$need_dash_r" ; then