You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2007/04/11 21:48:07 UTC

svn commit: r527636 - /spamassassin/trunk/spamc/configure.pl

Author: jm
Date: Wed Apr 11 12:48:06 2007
New Revision: 527636

URL: http://svn.apache.org/viewvc?view=rev&rev=527636
Log:
fix spamc building on Win32 -- there's no replace/getopt.c anymore, just getopt.c

Modified:
    spamassassin/trunk/spamc/configure.pl

Modified: spamassassin/trunk/spamc/configure.pl
URL: http://svn.apache.org/viewvc/spamassassin/trunk/spamc/configure.pl?view=diff&rev=527636&r1=527635&r2=527636
==============================================================================
--- spamassassin/trunk/spamc/configure.pl (original)
+++ spamassassin/trunk/spamc/configure.pl Wed Apr 11 12:48:06 2007
@@ -98,7 +98,7 @@
     WINLIBS        => 'ws2_32.lib',
     SSLLIBS        => 'ssleay32.lib libeay32.lib',
 
-    SPAMC_FILES    => join(' ', 'spamc.c',catfile('replace', 'getopt.c')),
+    SPAMC_FILES    => 'spamc.c getopt.c',
     LIBSPAMC_FILES => 'libspamc.c utils.c',
   );