Skip to content
Snippets Groups Projects
Commit dea21ca8 authored by Niels Möller's avatar Niels Möller
Browse files

Fixed EXEEXT workaround.

Rev: src/nettle/ChangeLog:1.262
Rev: src/nettle/configure.ac:1.38
parent cf68b73a
No related branches found
No related tags found
No related merge requests found
2004-03-02 Niels Mller <nisse@lysator.liu.se>
* configure.ac: Fixed EXEEXT workaround.
2004-03-02 Niels Mller <niels@s3.kth.se> 2004-03-02 Niels Mller <niels@s3.kth.se>
* configure.ac: Added workaround to get the correct $(EXEEXT)='' * configure.ac: Added workaround to get the correct $(EXEEXT)=''
......
...@@ -58,9 +58,10 @@ AC_PROG_CC ...@@ -58,9 +58,10 @@ AC_PROG_CC
# sh script, and foo.exe is a windows executable. # sh script, and foo.exe is a windows executable.
if test "x$CC" = xrntcl ; then 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_exeext=''
ac_cv_exeext='' ac_cv_exeext=''
EXEEXT=''
fi fi
AC_PROG_MAKE_SET AC_PROG_MAKE_SET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment