From cf68b73a53790555709ff30090a85313f62b4940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 2 Mar 2004 20:31:18 +0100 Subject: [PATCH] Typo fix. Rev: src/nettle/configure.ac:1.37 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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='' -- GitLab