Update config.h.win32(.in)

Remove the config for ENABLE_REGEX, as GRegex is now included in all builds.
This commit is contained in:
Chun-wei Fan 2012-03-08 15:34:39 +08:00
parent d642bf442f
commit 05663607ea

View 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@"