From: Niels Möller Date: Tue, 2 Mar 2004 19:31:18 +0000 (+0100) Subject: Typo fix. X-Git-Tag: nettle_1.10_release_20040305~6 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=cf68b73a53790555709ff30090a85313f62b4940;p=thirdparty%2Fnettle.git Typo fix. Rev: src/nettle/configure.ac:1.37 --- diff --git a/configure.ac b/configure.ac index 5c22814a..ae93e991 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ AC_PROG_CC # contents of foo and foo.exe are equal; in the rntcl case, foo is a # sh script, and foo.exe is a windows executable. -if "x$CC" = xrntcl ; then +if test "x$CC" = xrntcl ; then AC_MSG_NOTICE([Compiling with rntcl; clearing exeext]) ac_exeext='' ac_cv_exeext=''