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

Use AC_LANG_SOURCE in configure check.

parent 8a4f1f03
No related branches found
No related tags found
No related merge requests found
2013-01-12 Niels Möller <nisse@lysator.liu.se>
* configure.ac: Use AC_LANG_SOURCE.
2013-01-02 Niels Möller <nisse@lysator.liu.se>
* configure.ac (LIBNETTLE_MINOR): Bumped library version, to 4.5.
......
......@@ -380,7 +380,7 @@ if test x$enable_assembler = xyes ; then
[ # Default is no underscore
nettle_cv_asm_underscore=no
AC_COMPILE_IFELSE(
[int a_global_symbol;],
[AC_LANG_SOURCE([int a_global_symbol;])],
[ $NM conftest.$OBJEXT >conftest.out
if grep _a_global_symbol conftest.out >/dev/null ; then
nettle_cv_asm_underscore=yes
......
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