diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 13:59:19 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 14:08:13 +0200 |
commit | f7332e8556be64265b5bcf307f0c015bb4bcfbd8 (patch) | |
tree | bb56e7f3e2de589ec6bc589db72915323d93cfad | |
parent | 21a0717544248db3fbee5352265e1d73c26c47f4 (diff) |
Remove "strings" check
-rw-r--r-- | configure.ac | 1 |
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]) |