mirror of
https://github.com/znc/znc.git
synced 2026-08-08 01:43:03 +02:00
m4 sucks and autoconf is ugly
For some reason this interpreted some comma as an argument separator and choked up badly from there on. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1566 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -2958,9 +2958,9 @@ fi
|
||||
if test -z "$PKG_CONFIG"
|
||||
then
|
||||
{ { $as_echo "$as_me:$LINENO: error: pkg-config not found. Try --disable-c-ares.
|
||||
Disabling c-ares may result in a slight performance decrease, but will not have any other side-effects" >&5
|
||||
Disabling c-ares may result in a slight performance decrease but will not have any other side-effects" >&5
|
||||
$as_echo "$as_me: error: pkg-config not found. Try --disable-c-ares.
|
||||
Disabling c-ares may result in a slight performance decrease, but will not have any other side-effects" >&2;}
|
||||
Disabling c-ares may result in a slight performance decrease but will not have any other side-effects" >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
fi
|
||||
|
||||
@@ -3025,10 +3025,16 @@ fi
|
||||
{ $as_echo "$as_me:$LINENO: result: no" >&5
|
||||
$as_echo "no" >&6; }
|
||||
{ { $as_echo "$as_me:$LINENO: error: c-ares not found. Try --disable-c-ares.
|
||||
Disabling c-ares may result in a slight performance decrease
|
||||
Disabling c-ares may result in a slight performance decrease but will not have any other side-effects" >&5
|
||||
$as_echo "$as_me: error: c-ares not found. Try --disable-c-ares.
|
||||
Disabling c-ares may result in a slight performance decrease but will not have any other side-effects" >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
elif test $pkg_failed = untried; then
|
||||
{ { $as_echo "$as_me:$LINENO: error: c-ares not found. Try --disable-c-ares.
|
||||
Disabling c-ares may result in a slight performance decrease
|
||||
Disabling c-ares may result in a slight performance decrease but will not have any other side-effects" >&5
|
||||
$as_echo "$as_me: error: c-ares not found. Try --disable-c-ares.
|
||||
Disabling c-ares may result in a slight performance decrease but will not have any other side-effects" >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
else
|
||||
c_ares_CFLAGS=$pkg_cv_c_ares_CFLAGS
|
||||
c_ares_LIBS=$pkg_cv_c_ares_LIBS
|
||||
|
||||
+3
-4
@@ -121,11 +121,10 @@ if test "x$ARES" = "xyes"; then
|
||||
if test -z "$PKG_CONFIG"
|
||||
then
|
||||
AC_MSG_ERROR([pkg-config not found. Try --disable-c-ares.
|
||||
Disabling c-ares may result in a slight performance decrease, but will not have any other side-effects])
|
||||
Disabling c-ares may result in a slight performance decrease but will not have any other side-effects])
|
||||
fi
|
||||
PKG_CHECK_MODULES([c_ares], [libcares],,
|
||||
AC_MSG_ERROR([c-ares not found. Try --disable-c-ares.
|
||||
Disabling c-ares may result in a slight performance decrease, but will not have any other side-effects]))
|
||||
PKG_CHECK_MODULES([c_ares], [libcares],, AC_MSG_ERROR([c-ares not found. Try --disable-c-ares.
|
||||
Disabling c-ares may result in a slight performance decrease but will not have any other side-effects]))
|
||||
appendCXX $c_ares_CFLAGS -DHAVE_ARES
|
||||
appendLib $c_ares_LIBS
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user