From a5140272edecce85e2b2f25c8f50504bfacf676d Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 14 Jul 2010 19:36:28 -0600 Subject: [PATCH] Remove .so from SASL build checks We definitely require the .a and .la files to build against SASL libraries. The run-time .so is only relevant later. --- helpers/basic_auth/SASL/config.test | 3 --- 1 file changed, 3 deletions(-) diff --git a/helpers/basic_auth/SASL/config.test b/helpers/basic_auth/SASL/config.test index 34e5befe55..7f4b817f33 100755 --- a/helpers/basic_auth/SASL/config.test +++ b/helpers/basic_auth/SASL/config.test @@ -6,8 +6,5 @@ if [ -f /usr/include/sasl.h -o -f /usr/include/sasl/sasl.h ]; then if [ -f /usr/lib/libsasl.la -o -f /usr/lib/libsasl2.la ]; then exit 0 fi - if [ -f /usr/lib/libsasl.so -o -f /usr/lib/libsasl2.so ]; then - exit 0 - fi fi exit 1 -- 2.47.2