From: Paul Brossier Date: Wed, 2 Jun 2010 22:43:27 +0000 (+0200) Subject: configure.ac: fix LASH detection X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=883deec0750e48614b0d1ef92ae07ab3c4d750f8;p=aubio.git configure.ac: fix LASH detection --- diff --git a/configure.ac b/configure.ac index e98a2340..037b27d5 100644 --- a/configure.ac +++ b/configure.ac @@ -219,7 +219,7 @@ if test "$with_lash" = "yes" then PKG_CHECK_MODULES(LASH, lash-1.0 >= 0.5.0, HAVE_LASH=1, HAVE_LASH=0) if test "${HAVE_LASH}" = "1"; then - LASH_CFLAGS+="-DHAVE_LASH" + AC_DEFINE(HAVE_LASH,1,[Define to enable lash support]) fi fi