mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-28 21:17:54 +00:00
Fail the autoconf script early if pkg-config is not present.
This commit is contained in:
parent
4f74e75632
commit
fc9c7025bc
3
configure
vendored
3
configure
vendored
@ -12216,6 +12216,9 @@ $as_echo "no" >&6; }
|
|||||||
PKG_CONFIG=""
|
PKG_CONFIG=""
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
if test -z "$PKG_CONFIG"; then :
|
||||||
|
as_fn_error $? "The pkg-config script could not be found or is too old." "$LINENO" 5
|
||||||
|
fi
|
||||||
|
|
||||||
# Check whether --enable-buffer_useinline was given.
|
# Check whether --enable-buffer_useinline was given.
|
||||||
if test "${enable_buffer_useinline+set}" = set; then :
|
if test "${enable_buffer_useinline+set}" = set; then :
|
||||||
|
@ -61,6 +61,8 @@ AC_SUBST(BACKTRACECFLAGS)
|
|||||||
#
|
#
|
||||||
|
|
||||||
PKG_PROG_PKG_CONFIG
|
PKG_PROG_PKG_CONFIG
|
||||||
|
AS_IF([test -z "$PKG_CONFIG"],
|
||||||
|
[AC_MSG_ERROR([The pkg-config script could not be found or is too old.])])
|
||||||
|
|
||||||
AC_ARG_ENABLE(buffer_useinline,
|
AC_ARG_ENABLE(buffer_useinline,
|
||||||
AS_HELP_STRING([--enable-buffer-useinline],
|
AS_HELP_STRING([--enable-buffer-useinline],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user