From: David Levine Date: Sat, 14 Jan 2017 15:16:22 +0000 (-0500) Subject: Fixed references to --with-cyrus-sasl, and --without-, in comments. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/836c326a42e2007948dbbfdc221e05789e83736c?hp=66576f625749ee3cbd168604996d97cb33a58367 Fixed references to --with-cyrus-sasl, and --without-, in comments. --- diff --git a/configure.ac b/configure.ac index 776ba3b3..ae98df84 100644 --- a/configure.ac +++ b/configure.ac @@ -464,8 +464,8 @@ dnl ----------------- dnl Enable SASL? dnl ----------------- dnl By default (with_cyrus_sasl=''), enable SASL if header and lib are found. -dnl If SASL requested (--with-sasl with_cyrus_sasl=yes), error if header or lib not found. -dnl If SASL disabled (--without-sasl with_cyrus_sasl=no), don't enable it. +dnl If SASL requested (--with-cyrus-sasl with_cyrus_sasl=yes), error if header or lib not found. +dnl If SASL disabled (--without-cyrus-sasl with_cyrus_sasl=no), don't enable it. sasl_support=no CYRUS_SASL=0 AC_SUBST([CYRUS_SASL])