Update config.h.win32(.in)
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 8 Mar 2012 07:34:39 +0000 (15:34 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 8 Mar 2012 07:34:39 +0000 (15:34 +0800)
Remove the config for ENABLE_REGEX, as GRegex is now included in all builds.

config.h.win32.in

index a0a14e3..90c4fd6 100644 (file)
@@ -25,9 +25,6 @@
 /* always defined to indicate that i18n is enabled */
 #define ENABLE_NLS 1
 
-/* include GRegex */
-#define ENABLE_REGEX /**/
-
 /* Define the gettext package to be used */
 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"