From: Niels Möller Date: Sun, 13 Jan 2013 20:40:52 +0000 (+0100) Subject: Use AC_LANG_SOURCE in configure check. X-Git-Tag: nettle_2.6_release_20130116~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d06f29e5b860af83a1b7b9af3cecf10080a7b93;p=thirdparty%2Fnettle.git Use AC_LANG_SOURCE in configure check. --- diff --git a/ChangeLog b/ChangeLog index eaf4b5f7..90e25e94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-01-12 Niels Möller + + * configure.ac: Use AC_LANG_SOURCE. + 2013-01-02 Niels Möller * configure.ac (LIBNETTLE_MINOR): Bumped library version, to 4.5. diff --git a/configure.ac b/configure.ac index 3943d72d..e851ad0c 100644 --- a/configure.ac +++ b/configure.ac @@ -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