ref: 883deec0750e48614b0d1ef92ae07ab3c4d750f8
parent: 21ee7097f1a5fc9256d77edc6dcf8ab5d80f948d
author: Paul Brossier <piem@piem.org>
date: Wed Jun 2 20:43:27 EDT 2010
configure.ac: fix LASH detection
--- a/configure.ac
+++ b/configure.ac
@@ -219,7 +219,7 @@
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