Mercurial > audlegacy-plugins
changeset 2672:00d709bf0571
Sorry, I forgot a [], so NEON_LIBS was at the wrong place.
author | Jonathan Schleifer <js-audacious@webkeks.org> |
---|---|
date | Sat, 31 May 2008 23:58:08 +0200 |
parents | 1ec45417a16d |
children | 9a84004b61ad |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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