]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
* configure.ac (OBJDUMP): Substitute the program false if objdump
authorNiels Möller <nisse@lysator.liu.se>
Sat, 15 Oct 2005 21:14:04 +0000 (23:14 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 15 Oct 2005 21:14:04 +0000 (23:14 +0200)
is not found.

Rev: src/nettle/configure.ac:1.68

configure.ac

index 57e27b80697ff9b32cfd2c16718e303246711d4e..047cc82f11745be6b39b7d70408332dc48995f0e 100644 (file)
@@ -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])