]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fixed EXEEXT workaround.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 2 Mar 2004 20:56:49 +0000 (21:56 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 2 Mar 2004 20:56:49 +0000 (21:56 +0100)
Rev: src/nettle/ChangeLog:1.262
Rev: src/nettle/configure.ac:1.38

ChangeLog
configure.ac

index b062a2dee32db7b9ae62d139cba2949c4c07df3b..b8ed0f5aa8f067bbd3e29370f2e79a8f0ec0fbc2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-02  Niels Möller  <nisse@lysator.liu.se>
+
+       * configure.ac: Fixed EXEEXT workaround.
+
 2004-03-02  Niels Möller  <niels@s3.kth.se>
 
        * configure.ac: Added workaround to get the correct $(EXEEXT)=''
index ae93e99157c31dd6f4ae1955b825bc903ef2e9c0..f35a3be0378f840b69a84b312f93ed070c788d7b 100644 (file)
@@ -58,9 +58,10 @@ AC_PROG_CC
 # sh script, and foo.exe is a windows executable.
 
 if test "x$CC" = xrntcl ; then
-    AC_MSG_NOTICE([Compiling with rntcl; clearing exeext])
+    AC_MSG_NOTICE([Compiling with rntcl; clearing EXEEXT])
     ac_exeext=''
     ac_cv_exeext=''
+    EXEEXT=''
 fi
 
 AC_PROG_MAKE_SET