mirror of https://github.com/getdnsapi/getdns.git
Linking order matters on Windows
This commit is contained in:
parent
24b58074bf
commit
7fe2d5b346
|
@ -528,7 +528,7 @@ then
|
||||||
AC_MSG_NOTICE([Checking for dependency libunbound])
|
AC_MSG_NOTICE([Checking for dependency libunbound])
|
||||||
AC_CHECK_LIB([unbound], [ub_fd], [
|
AC_CHECK_LIB([unbound], [ub_fd], [
|
||||||
AC_DEFINE_UNQUOTED([HAVE_LIBUNBOUND], [1], [Define to 1 if you have the `unbound' library (-lunbound).])
|
AC_DEFINE_UNQUOTED([HAVE_LIBUNBOUND], [1], [Define to 1 if you have the `unbound' library (-lunbound).])
|
||||||
LIBS="$LIBS -lunbound"
|
LIBS="-lunbound $LIBS"
|
||||||
AC_CHECK_HEADER([unbound-event.h],[
|
AC_CHECK_HEADER([unbound-event.h],[
|
||||||
AC_CHECK_FUNC([ub_event_get_version], [
|
AC_CHECK_FUNC([ub_event_get_version], [
|
||||||
AC_DEFINE_UNQUOTED([HAVE_UNBOUND_EVENT_API], [1], [Define this when libunbound is compiled with the --enable-event-api option.])
|
AC_DEFINE_UNQUOTED([HAVE_UNBOUND_EVENT_API], [1], [Define this when libunbound is compiled with the --enable-event-api option.])
|
||||||
|
|
Loading…
Reference in New Issue