# HG changeset patch # User Jonathan Schleifer # Date 1212271088 -7200 # Node ID 00d709bf057166b72fef499368efc55464e70472 # Parent 1ec45417a16d87553ad41df0842248a24efca751 Sorry, I forgot a [], so NEON_LIBS was at the wrong place. diff -r 1ec45417a16d -r 00d709bf0571 configure.ac --- a/configure.ac Sat May 31 23:50:56 2008 +0200 +++ b/configure.ac Sat May 31 23:58:08 2008 +0200 @@ -1330,7 +1330,7 @@ PKG_CHECK_MODULES(NEON, [neon >= 0.26], [TRANSPORT_PLUGINS="$TRANSPORT_PLUGINS neon" ], [have_neon="no"]) NEON_LIBS=`pkg-config --libs neon` NEON_CFLAGS=`pkg-config --cflags neon` - AC_CHECK_LIB(neon, ne_set_connect_timeout, [AC_DEFINE(HAVE_NE_SET_CONNECT_TIMEOUT, 1, [Whether we have ne_set_connect_timeout], $NEON_LIBS)]) + AC_CHECK_LIB(neon, ne_set_connect_timeout, [AC_DEFINE(HAVE_NE_SET_CONNECT_TIMEOUT, 1, [Whether we have ne_set_connect_timeout], [], $NEON_LIBS)]) else have_neon=no fi