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
LSH
lsh
Commits
bcbb0844
Commit
bcbb0844
authored
Oct 15, 2005
by
Niels Möller
Browse files
* configure.ac (OBJDUMP): Substitute the program false if objdump
is not found. Rev: src/nettle/configure.ac:1.68
parent
03d917ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/configure.ac
View file @
bcbb0844
...
...
@@ -78,7 +78,8 @@ fi
AC_PROG_MAKE_SET
AC_PROG_RANLIB
AC_CHECK_TOOL(NM, nm, strings)
AC_CHECK_TOOL(OBJDUMP, objdump, strings)
# Used only for the GNU-stack configure test.
AC_CHECK_TOOL(OBJDUMP, objdump, false)
if test "x$ac_cv_prog_cc_stdc" = xno ; then
AC_ERROR([the C compiler doesn't handle ANSI-C])
...
...
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