summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-06 10:13:01 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-06 10:13:01 +0000
commitd02b2498d47d9d9e3e6d30cff78e7f5435dee133 (patch)
tree1f6020ac18919df9dee40b83696e605d5fd83858 /main.c
parent4a3e38f09949c92947e227122e227ef311a1e170 (diff)
[unstable] Merge changes from stable: rx -> regex, Byrial's timezone
patch, translation updates.
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.c b/main.c
index 73220fb9..382f1e29 100644
--- a/main.c
+++ b/main.c
@@ -208,10 +208,10 @@ static void show_version (void)
"-HAVE_REGCOMP "
#endif
-#ifdef USE_GNU_RX
- "+USE_GNU_RX "
+#ifdef USE_GNU_REGEX
+ "+USE_GNU_REGEX "
#else
- "-USE_GNU_RX "
+ "-USE_GNU_REGEX "
#endif
#ifdef HAVE_COLOR