Look for the strip tool
This commit is contained in:
parent
32e9c8049a
commit
4d40a336c0
|
|
@ -1,6 +1,7 @@
|
|||
AC_INIT(Makefile.in)
|
||||
|
||||
AC_PROG_CC
|
||||
AC_CHECK_TOOL(STRIP, strip, true)
|
||||
AC_PROG_INSTALL
|
||||
|
||||
AC_CYGWIN
|
||||
|
|
|
|||
Loading…
Reference in New Issue