diff options
Diffstat (limited to 'gettext-tools/configure.ac')
-rw-r--r-- | gettext-tools/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 3a2a999..6bbebf4 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -62,7 +62,7 @@ fi AC_SUBST(TESTJAVA) gt_CSHARPCOMP -if test -n "$HAVE_CSHARPCOMP"; then +if test -n "$HAVE_CSHARPCOMP" && test "$CSHARP_CHOICE" != no; then BUILDCSHARP=yes else BUILDCSHARP=no |