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

This commit is contained in:
Mark 2008-04-24 20:58:24 +00:00
parent 7fe114ed0f
commit 88f3276ac4

View file

@ -12,7 +12,6 @@
/* 'Enable Debugging' */ /* 'Enable Debugging' */
/* #undef DEBUG */ /* #undef DEBUG */
#define DEBUG #define DEBUG
#define USE_PERL
/* Set to explicitly specify we don't want to use thread-safe functions in /* Set to explicitly specify we don't want to use thread-safe functions in
curl */ curl */
/* #undef DISABLED_THREADSAFE */ /* #undef DISABLED_THREADSAFE */