mirror of
https://github.com/status-im/secp256k1.git
synced 2025-02-22 18:58:08 +00:00
Merge pull request #46
3ab1178 build: grab full paths to host tools (Cory Fields)
This commit is contained in:
commit
6c2f5ad94b
@ -15,6 +15,10 @@ AC_PROG_INSTALL
|
||||
AC_PROG_SED
|
||||
PKG_PROG_PKG_CONFIG
|
||||
|
||||
AC_PATH_TOOL(AR, ar)
|
||||
AC_PATH_TOOL(RANLIB, ranlib)
|
||||
AC_PATH_TOOL(STRIP, strip)
|
||||
|
||||
AC_PROG_CC_C99
|
||||
if test x"$ac_cv_prog_cc_c99" == x"no"; then
|
||||
AC_MSG_ERROR([c99 compiler support required])
|
||||
|
Loading…
x
Reference in New Issue
Block a user