Look for the strip tool

This commit is contained in:
steve 2001-04-26 23:32:02 +00:00
parent 32e9c8049a
commit 4d40a336c0
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
AC_INIT(Makefile.in)
AC_PROG_CC
AC_CHECK_TOOL(STRIP, strip, true)
AC_PROG_INSTALL
AC_CYGWIN