summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/configure.ac
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2004-01-16 10:53:41 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:38 +0200
commit69f0ee2e30d93b26b081f4691c21bcb7ad32ad85 (patch)
tree496abb832ca227ba470b89ad4bdeb3d7aef37734 /gettext-runtime/configure.ac
parentf995b0094e2c350e55e548430e510317e186f469 (diff)
downloadexternal_gettext-69f0ee2e30d93b26b081f4691c21bcb7ad32ad85.zip
external_gettext-69f0ee2e30d93b26b081f4691c21bcb7ad32ad85.tar.gz
external_gettext-69f0ee2e30d93b26b081f4691c21bcb7ad32ad85.tar.bz2
Add support for --enable-csharp and --disable-csharp.
Diffstat (limited to 'gettext-runtime/configure.ac')
-rw-r--r--gettext-runtime/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac
index 7a4de4e..cd9bcc7 100644
--- a/gettext-runtime/configure.ac
+++ b/gettext-runtime/configure.ac
@@ -45,7 +45,7 @@ fi
AC_SUBST(BUILDJAVA)
gt_CSHARPCOMP
-if test -n "$HAVE_CSHARPCOMP"; then
+if test -n "$HAVE_CSHARPCOMP" && test "$CSHARP_CHOICE" != no; then
BUILDCSHARP=yes
else
BUILDCSHARP=no