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

Disable assembler when compiling with rntcl.

Rev: src/nettle/configure.ac:1.71
parent 755afb5c
No related branches found
No related tags found
No related merge requests found
......@@ -69,10 +69,11 @@ 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 and disabling assembler])
ac_exeext=''
ac_cv_exeext=''
EXEEXT=''
enable_assembler=no
fi
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