From 69f0ee2e30d93b26b081f4691c21bcb7ad32ad85 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 16 Jan 2004 10:53:41 +0000 Subject: Add support for --enable-csharp and --disable-csharp. --- gettext-runtime/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gettext-runtime/configure.ac') 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 -- cgit v1.1