mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 01:36:17 +01:00
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:
parent
751a757766
commit
9831516835
@ -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). */
|
||||
|
Loading…
Reference in New Issue
Block a user