all repos — fluxbox @ 8c3dc225054123ef04440c348710472e6ffdd88e

custom fork of the fluxbox windowmanager

conditional compile of REMEMBER
fluxgen fluxgen
commit

8c3dc225054123ef04440c348710472e6ffdd88e

parent

79a6bbe715fa6565b21de50a47d92a2cc8822957

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M configure.inconfigure.in

@@ -108,12 +108,16 @@ remember, [ --enable-remember include code for Remembering attributes [default=yes]],

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(