]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Typo fix.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 2 Mar 2004 19:31:18 +0000 (20:31 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 2 Mar 2004 19:31:18 +0000 (20:31 +0100)
Rev: src/nettle/configure.ac:1.37

configure.ac

index 5c22814a3dd17b7821317c64e8f6a6b88f282514..ae93e99157c31dd6f4ae1955b825bc903ef2e9c0 100644 (file)
@@ -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=''