summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-19 13:59:19 +0200
committerAndy Wingo <wingo@pobox.com>2015-04-19 14:08:13 +0200
commitf7332e8556be64265b5bcf307f0c015bb4bcfbd8 (patch)
treebb56e7f3e2de589ec6bc589db72915323d93cfad /configure.ac
parent21a0717544248db3fbee5352265e1d73c26c47f4 (diff)
Remove "strings" check
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8f042e6b9c..16cce408d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,7 +103,6 @@ AS_IF([test "x$enable_gtk_doc" = "xyes" -a "x$XSLTPROC" = x], [
AC_MSG_ERROR([*** GTK doc requested but xsltproc not found])
])
-AC_CHECK_TOOL(STRINGS, strings)
AC_CHECK_TOOL(GPERF, gperf)
if test -z "$GPERF" ; then
AC_MSG_ERROR([*** gperf not found])