Mercurial > audlegacy-plugins
changeset 2673:9a84004b61ad
Remind me to not commit when I'm too tired¡Ä
author | Jonathan Schleifer <js-audacious@webkeks.org> |
---|---|
date | Sat, 31 May 2008 23:59:24 +0200 |
parents | 00d709bf0571 |
children | b84f2aca1675 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sat May 31 23:58:08 2008 +0200 +++ b/configure.ac Sat May 31 23:59:24 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