Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
8d06f29e
Commit
8d06f29e
authored
Jan 13, 2013
by
Niels Möller
Browse files
Use AC_LANG_SOURCE in configure check.
parent
8a4f1f03
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8d06f29e
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.
...
...
configure.ac
View file @
8d06f29e
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment