diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-13 04:01:26 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-13 04:01:26 +0000 |
commit | ce0f01c8dd49229f4df673f5b3942eb101bad327 (patch) | |
tree | b603adc50024dd93b34871c8eaa93d7c87b882d6 /security/cyrus-sasl2/scripts | |
parent | e1d1b7cabb4d1a056272f47300d665e99fd3a303 (diff) |
Notes
Diffstat (limited to 'security/cyrus-sasl2/scripts')
-rw-r--r-- | security/cyrus-sasl2/scripts/configure.sasl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/scripts/configure.sasl b/security/cyrus-sasl2/scripts/configure.sasl index befc7fa6ea45..9af2b47675df 100644 --- a/security/cyrus-sasl2/scripts/configure.sasl +++ b/security/cyrus-sasl2/scripts/configure.sasl @@ -21,8 +21,7 @@ if [ "${BATCH}" ]; then set ${OPTIONS} fi else - - if [ "x${ENABLE_DB3}" = "xYES" -o -f ${PREFIX}/lib/libdb3.so.1 ] ; then + if [ "x${ENABLE_DB3}" = "xYES" -o -f ${PREFIX}/lib/libdb3.so ] ; then SET_DB3="ON" else SET_DB3="OFF" |