# HG changeset patch # User Matti Hamalainen # Date 1212271331 -10800 # Node ID b84f2aca1675b8bc728a6b5cdedb23a14068de6e # Parent 9a84004b61ad81c50c9352305e7f80574ac16f6d Fixed js's commit, and few other things. diff -r 9a84004b61ad -r b84f2aca1675 configure.ac --- a/configure.ac Sat May 31 23:59:24 2008 +0200 +++ b/configure.ac Sun Jun 01 01:02:11 2008 +0300 @@ -1328,14 +1328,12 @@ if test "x$have_neon" = "xyes"; then 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 + have_neon="no" fi -AC_SUBST(NEON_LIBS) -AC_SUBST(NEON_CLFAGS) +AC_SUBST([NEON_LIBS]) +AC_SUBST([NEON_CFLAGS]) dnl *** MMS