From ce5079cf2029b380efd95f2f6e17b98df22927e5 Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Tue, 24 Oct 2006 21:11:07 +0000 Subject: Resolves: 212038 Make configure create program wrapper scripts. --- m4/sasl.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'm4/sasl.m4') 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]) -- cgit