chiark / gitweb /
Remove "strings" check
authorAndy Wingo <wingo@pobox.com>
Sun, 19 Apr 2015 11:59:19 +0000 (13:59 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 19 Apr 2015 12:08:13 +0000 (14:08 +0200)
configure.ac

index 8f042e6b9c35fe1424378b6bc997628f8588a32f..16cce408d2ad3604ee736b58013827ef7ecb21b8 100644 (file)
@@ -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])