From: Andy Wingo Date: Sun, 19 Apr 2015 11:59:19 +0000 (+0200) Subject: Remove "strings" check X-Git-Tag: v219.0~68 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=f7332e8556be64265b5bcf307f0c015bb4bcfbd8 Remove "strings" check --- diff --git a/configure.ac b/configure.ac index 8f042e6b9..16cce408d 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])