From 664381b51e596fd1c2025b87b1bb196939ae6493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Wed, 10 Jul 2002 09:51:50 +0000 Subject: Add optional SASL functionality based on a WITH_SASL variable. Submitted by: Johann Visagie --- net/argus/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/argus/files/patch-configure (limited to 'net/argus/files/patch-configure') diff --git a/net/argus/files/patch-configure b/net/argus/files/patch-configure new file mode 100644 index 000000000000..2176dbc37cdc --- /dev/null +++ b/net/argus/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Thu May 30 21:30:19 2002 ++++ configure Tue Jul 9 10:50:46 2002 +@@ -1644,7 +1644,7 @@ + + if test -d ${with_sasl}; then + ac_cv_sasl_where_lib=${with_sasl}/lib +- ac_cv_sasl_where_inc=${with_sasl}/include ++ ac_cv_sasl_where_inc=${with_sasl}/include/sasl + + SASLFLAGS="-I$ac_cv_sasl_where_inc" + LIB_SASL="-L$ac_cv_sasl_where_lib" -- cgit v1.2.3