X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=configure;h=ee83a6cd645924e3f8ad69478634fc7b4dcab6e2;hp=30ede4b2bd7e959abbceb2471b67da92472de6e0;hb=1ff8d41acece861cf6d4d017849e4ea927ab57b1;hpb=7e7070820f92e624493d958f44c2bc3787ad48f7 diff --git a/configure b/configure index 30ede4b..ee83a6c 100755 --- a/configure +++ b/configure @@ -739,7 +739,7 @@ if test "${with_cyrus_sasl+set}" = set; then : fi -if test x"$with_cyrus_sasl" != x -a x"$with_cyrus_sasl" != "no"; then +if test x"$with_cyrus_sasl" != x -a x"$with_cyrus_sasl" != x"no"; then cat >> confdefs.h <<\EOF #define CYRUS_SASL 1 EOF @@ -4179,7 +4179,7 @@ fi fi -if test x"$with_cyrus_sasl" != x -a x"$with_cyrus_sasl" != "no"; then +if test x"$with_cyrus_sasl" != x -a x"$with_cyrus_sasl" != x"no"; then if test x"$with_cyrus_sasl" != x"yes"; then SASL_INCLUDES="-I$with_cyrus_sasl/include" SASL_LIBS="-L$with_cyrus_sasl/lib"