1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 09:03:13 +02:00

Update configure

This commit is contained in:
Bram Matthys
2016-10-21 17:51:36 +02:00
parent 8859cca6b2
commit f526a485c8
Vendored
-20
View File
@@ -8507,26 +8507,6 @@ fi
Please build UnrealIRCd with --with-system-cares when enabling --enable-libcurl
" "$LINENO" 5
fi
if test "x`echo $CURLLIBS |grep ares`" != x && test "x$with_system_cares" = "xno"; then :
XCURLLIBS="`echo "$CURLLIBS"|sed -r 's/[^ ]*ares[^ ]*//g' 2>/dev/null`"
if test "x$XCURLLIBS" = "x"; then :
XCURLLIBS="`echo "$CURLLIBS"|sed -E 's/[^ ]*ares[^ ]*//g' 2>/dev/null`"
if test x"$XCURLLIBS" = x; then :
as_fn_error $? "sed appears to be broken. It is needed for a remote includes compile hack." "$LINENO" 5
fi
fi
CURLLIBS="$XCURLLIBS"
IRCDLIBS_CURL_CARES="$CARES_LIBS"
CFLAGS_CURL_CARES="$CARES_CFLAGS"
fi
IRCDLIBS="$IRCDLIBS $CURLLIBS"