From f526a485c85bfba35601d5372d3ce67b731c8aa2 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Fri, 21 Oct 2016 17:51:36 +0200 Subject: [PATCH] Update configure --- configure | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/configure b/configure index fbddf2f4f..f6a926047 100755 --- a/configure +++ b/configure @@ -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"