summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-08-29 10:22:29 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-08-29 10:22:29 +0000
commit1ce482cd6bc9d26c0b48f07cdcb08017c0694d73 (patch)
treeafcf78e2f03810d1ff56d1eff79fd8d50f109be2 /main.c
parentc08d375d2dedf425b04131c4be481255722fb32c (diff)
Use locale for yes/no expressions.
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/main.c b/main.c
index b59dd11e..1f02af9c 100644
--- a/main.c
+++ b/main.c
@@ -358,6 +358,13 @@ static void show_version (void)
"-HAVE_LANGINFO_CODESET "
#endif
+
+#ifdef HAVE_LANGINFO_YESEXPR
+ "+HAVE_LANGINFO_YESEXPR "
+#else
+ "-HAVE_LANGINFO_YESEXPR "
+#endif
+
"\n"
#if HAVE_ICONV