From 2e085ebc65f965774e551b0de9a1c6477bcb202d Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Mon, 8 Mar 2010 15:13:33 -0800 Subject: [PATCH] Comment about search libsasl for sasl2 functions --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 24f2cb0a..b7227d37 100644 --- a/configure.ac +++ b/configure.ac @@ -736,6 +736,7 @@ AC_ARG_WITH(sasl, AC_HELP_STRING([--with-sasl@<:@=PFX@:>@], [Use SASL network se saved_LIBS="$LIBS" LIBS= + # OpenSolaris provides a SASL2 interface in libsasl sasl_libs="sasl2 sasl" AC_SEARCH_LIBS(sasl_encode64, [$sasl_libs],, AC_MSG_ERROR([could not find sasl lib]),) -- 2.40.0