From 883deec0750e48614b0d1ef92ae07ab3c4d750f8 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 3 Jun 2010 00:43:27 +0200 Subject: [PATCH] configure.ac: fix LASH detection --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2