summaryrefslogtreecommitdiffstats
path: root/m4/sasl.m4
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2006-10-24 21:11:07 +0000
committerNathan Kinder <nkinder@redhat.com>2006-10-24 21:11:07 +0000
commitce5079cf2029b380efd95f2f6e17b98df22927e5 (patch)
tree79a0c3916b42e467906c4108a4ab17c3798623d2 /m4/sasl.m4
parent8f97d86fd6c4a137b4188465c39787dd7b12c149 (diff)
downloadds-ce5079cf2029b380efd95f2f6e17b98df22927e5.tar.gz
ds-ce5079cf2029b380efd95f2f6e17b98df22927e5.tar.xz
ds-ce5079cf2029b380efd95f2f6e17b98df22927e5.zip
Resolves: 212038
Make configure create program wrapper scripts.
Diffstat (limited to 'm4/sasl.m4')
-rw-r--r--m4/sasl.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/sasl.m4 b/m4/sasl.m4
index 73e86dcb..beb96a3a 100644
--- a/m4/sasl.m4
+++ b/m4/sasl.m4
@@ -42,6 +42,7 @@ AC_ARG_WITH(sasl,
fi
sasl_lib="-L$withval/lib"
+ sasl_libdir="$withval/lib"
else
AC_MSG_RESULT(yes)
AC_MSG_ERROR([sasl not found in $withval])
@@ -70,6 +71,7 @@ AC_ARG_WITH(sasl-lib,
if test -d "$withval"; then
AC_MSG_RESULT([using $withval])
sasl_lib="-L$withval"
+ sasl_libdir="$withval"
else
echo
AC_MSG_ERROR([$withval not found])