aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2011-01-28 14:33:04 +0000
committerRob Austein <sra@hactrn.net>2011-01-28 14:33:04 +0000
commit32c247ef4a2de3b4fd53dba7b3515fca98c946b7 (patch)
tree900d547170d6d6ebc68a0db376db2e464c29da89 /configure.ac
parent2e7f95d9b484e93806928ecf3355ca3cc8a13d42 (diff)
Cleanup
svn path=/configure; revision=3670
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 76ebb045..01837c16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,10 +58,8 @@ esac
AC_SUBST(LD_STATIC_FLAG)
-
AC_PATH_PROG([XSLTPROC], [xsltproc])
AC_PATH_PROG([AWK], [awk])
-AC_PATH_PROG([OBJCOPY], [objcopy])
AC_PROG_GREP
if test "x$GREP" = x
@@ -94,15 +92,6 @@ else
have_usable_openssl=no
fi
-AC_MSG_CHECKING([whether we're using the GNU loader])
-if ld --version 2>&1 | $GREP 'GNU ld' >/dev/null 2>&1
-then
- using_gnu_ld=yes
-else
- using_gnu_ld=no
-fi
-AC_MSG_RESULT([$using_gnu_ld])
-
# Now a bunch of checks to figure out what we can do with Python. If
# we don't have Python at all, none of the rest of this matters. If
# we do have Python, we need to check what antics we need to go