From 88f3276ac42cf35df95290b957b7c1323e94f3bb Mon Sep 17 00:00:00 2001 From: Mark <> Date: Thu, 24 Apr 2008 20:58:24 +0000 Subject: [PATCH] USE_PERL should not be in configwin32.h or you can't compile without perl. It should only be set on the project configuration settings --- include/configwin32.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configwin32.h b/include/configwin32.h index a820a4fe..ed52a48b 100644 --- a/include/configwin32.h +++ b/include/configwin32.h @@ -12,7 +12,6 @@ /* 'Enable Debugging' */ /* #undef DEBUG */ #define DEBUG -#define USE_PERL /* Set to explicitly specify we don't want to use thread-safe functions in curl */ /* #undef DISABLED_THREADSAFE */