From 8c3dc225054123ef04440c348710472e6ffdd88e Mon Sep 17 00:00:00 2001 From: fluxgen Date: Thu, 8 May 2003 10:50:43 +0000 Subject: conditional compile of REMEMBER --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index 1d6b12a..4ab70e3 100644 --- a/configure.in +++ b/configure.in @@ -108,12 +108,16 @@ AC_ARG_ENABLE( if test x$enableval = "xyes"; then AC_MSG_RESULT([yes]) AC_DEFINE(REMEMBER, 1, " compile with remember") + REMEMBER_SRC=true else AC_MSG_RESULT([no]) + REMEMBER_SRC=false fi, AC_MSG_RESULT([yes]) AC_DEFINE(REMEMBER, 1, " compile with remember") + REMEMBER_SRC=true ) +AM_CONDITIONAL(REMEMBER_SRC, test x$REMEMBER_SRC = xtrue) AC_MSG_CHECKING([whether to include the new WM Spec]) AC_ARG_ENABLE( -- cgit v0.11.2