config.h.win32.in: Fix previous commit

We should still let people building via the MSVC projects decide whether
they use the bundled PCRE sources for building GLib.  Accidentally
changed it in the previous commit.
This commit is contained in:
Chun-wei Fan 2017-09-15 11:48:58 +08:00
parent 751a757766
commit 9831516835

View File

@ -788,7 +788,8 @@
#endif
/* using the system-supplied PCRE library */
#define USE_SYSTEM_PCRE
/* This is determined in the MSVC projects */
/* #undef USE_SYSTEM_PCRE */
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */