You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by ms...@apache.org on 2004/01/08 02:11:02 UTC

svn commit: rev 6102 - incubator/spamassassin/trunk/build

Author: mss
Date: Tue Jan  6 13:23:31 2004
New Revision: 6102

Modified:
   incubator/spamassassin/trunk/build/configure
Log:
Forgot to remove some debugging code.

Modified: incubator/spamassassin/trunk/build/configure
==============================================================================
--- incubator/spamassassin/trunk/build/configure	(original)
+++ incubator/spamassassin/trunk/build/configure	Tue Jan  6 13:23:31 2004
@@ -43,7 +43,7 @@
 
 
 # On everything but native Windows (!= cygwin) we use autoconf.
-unless (!RUNNING_ON_NATIVE_WINDOWS)
+unless (RUNNING_ON_NATIVE_WINDOWS)
 {
   print join(' ', @args) . "\n";
   exec @args;