conditional compile of REMEMBER
This commit is contained in:
parent
79a6bbe715
commit
8c3dc22505
1 changed files with 4 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue