From: Niels Möller Date: Sat, 15 Oct 2005 21:14:04 +0000 (+0200) Subject: * configure.ac (OBJDUMP): Substitute the program false if objdump X-Git-Tag: nettle_1.14_release_20051205~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9da85cdf421fd3adca2404745feda69565aeda15;p=thirdparty%2Fnettle.git * configure.ac (OBJDUMP): Substitute the program false if objdump is not found. Rev: src/nettle/configure.ac:1.68 --- diff --git a/configure.ac b/configure.ac index 57e27b80..047cc82f 100644 --- a/configure.ac +++ b/configure.ac @@ -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])