diff options
| author | Bruno Haible <bruno@clisp.org> | 2005-05-03 10:46:59 +0000 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:33 +0200 |
| commit | d508cfe82c7accac0fcdae1645cab6050ea2bc46 (patch) | |
| tree | 688e79c9e63f72653f27e0c29e82f91cf869067c /gettext-tools/examples/hello-csharp-forms/configure.ac | |
| parent | 96d79a2d0644b9740779c3fcdd5923b763fb98a9 (diff) | |
| download | external_gettext-d508cfe82c7accac0fcdae1645cab6050ea2bc46.zip external_gettext-d508cfe82c7accac0fcdae1645cab6050ea2bc46.tar.gz external_gettext-d508cfe82c7accac0fcdae1645cab6050ea2bc46.tar.bz2 | |
Protect against pnet installations with missing pnetlib.
Diffstat (limited to 'gettext-tools/examples/hello-csharp-forms/configure.ac')
| -rw-r--r-- | gettext-tools/examples/hello-csharp-forms/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/examples/hello-csharp-forms/configure.ac b/gettext-tools/examples/hello-csharp-forms/configure.ac index 5ab88af..8841680 100644 --- a/gettext-tools/examples/hello-csharp-forms/configure.ac +++ b/gettext-tools/examples/hello-csharp-forms/configure.ac @@ -1,5 +1,5 @@ dnl Example for use of GNU gettext. -dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl Copyright (C) 2003, 2005 Free Software Foundation, Inc. dnl This file is in the public domain. dnl dnl Configuration file - processed by autoconf. @@ -18,7 +18,7 @@ fi AC_SUBST(BUILDCSHARP) dnl Check whether we can execute C# programs. -gt_CSHARPEXEC +gt_CSHARPEXEC([csharpexec-test.exe], [$srcdir/m4]) if test -n "$HAVE_CSHARPEXEC" && test $BUILDCSHARP = yes; then TESTCSHARP=yes else |
