mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-07 09:03:13 +02:00
Update configure
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user