1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Fix protection for system curl without system cares. Was kicking in for local

curl due to use of an old path. At least the new autobuild notified me *just*
in time before I put 4.0.8.4 online.
This commit is contained in:
Bram Matthys
2016-11-18 15:31:24 +01:00
parent ac3a27029c
commit 21d0af6e88
3 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ AC_DEFUN([CHECK_LIBCURL],
dnl wants bundled c-ares + system libcURL, then we should filter out c-ares
dnl flags. _Only_ in that case should we mess with the flags. -- ohnobinki
AS_IF([test "x$has_system_cares" = "xno" && test "x$HOME/curl" != "x$enable_curl" && test "x/usr/share/unreal-curl" != "x$enable_curl" && test "$CURLUSESCARES" != "0" ],
AS_IF([test "x$has_system_cares" = "xno" && test "x$BUILDDIR/extras/curl" != "x$enable_curl" && test "$CURLUSESCARES" != "0" ],
[
AC_MSG_ERROR([[