2007-08-25 [paul] 2.10.0cvs172
[claws.git] / m4 / spamassassin.m4
index fd5bcc16c4de608d469872e13c20f6efbc0cc477..002bd860da092d83642160c81f51e610c3e2c8b8 100644 (file)
@@ -82,8 +82,8 @@ if test $haveexmax = yes ; then
   AC_DEFINE(HAVE_EX__MAX, 1, HAVE_EX__MAX)
 fi
 
-if test "$USE_OPENSSL" -ne 0; then
+if test x$ac_cv_enable_openssl = xyes; then
     AC_DEFINE(SPAMC_SSL, 1, Compile libspamc with OpenSSL support)
 fi
 
-])
\ No newline at end of file
+])