From d508cfe82c7accac0fcdae1645cab6050ea2bc46 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 3 May 2005 10:46:59 +0000 Subject: Protect against pnet installations with missing pnetlib. --- gettext-tools/examples/hello-csharp-forms/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gettext-tools/examples/hello-csharp-forms/configure.ac') 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 -- cgit v1.1