From 05663607eaa595735e037a06101f897fdf97de36 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 8 Mar 2012 15:34:39 +0800 Subject: [PATCH] Update config.h.win32(.in) Remove the config for ENABLE_REGEX, as GRegex is now included in all builds. --- config.h.win32.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.h.win32.in b/config.h.win32.in index a0a14e3..90c4fd6 100644 --- a/config.h.win32.in +++ b/config.h.win32.in @@ -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@" -- 2.7.4