mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
12 lines
377 B
Diff
12 lines
377 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -401,7 +401,7 @@
|
|
fi
|
|
|
|
dnl libdnsidmap specific checks
|
|
-AC_CHECK_LIB([resolv], [__res_querydomain], , AC_MSG_ERROR(res_querydomain needed))
|
|
+AC_CHECK_LIB([resolv], [res_querydomain], , AC_MSG_ERROR(res_querydomain needed))
|
|
|
|
AC_ARG_ENABLE([ldap],
|
|
[AS_HELP_STRING([--disable-ldap],[Disable support for LDAP @<:default=detect@:>@])])
|