8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Check more tools in configure.ac.

This commit is contained in:
Adriano dos Santos Fernandes 2022-09-26 08:19:16 -03:00
parent 1c3cbceb4f
commit 2612528d97

View File

@ -802,6 +802,8 @@ AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_CHECK_TOOL([OBJCOPY], [objcopy])
AC_CHECK_TOOL([OBJDUMP], [objdump])
AC_CHECK_TOOL([RANLIB], [ranlib])
AC_CHECK_TOOL([READELF], [readelf])
LT_INIT([dlopen win32-dll])