The new streamlined ipc remember command is used by epplets by default now,

ready for 0.16.4. If you use this epplets with a pre-0.16.4 E, you should
compile with --disable-new-remember.


SVN revision: 2356
This commit is contained in:
Tom Gilbert 2000-03-27 21:51:19 +00:00
parent 6f11aa3ded
commit 4f20fe728a
1 changed files with 7 additions and 4 deletions

View File

@ -248,12 +248,12 @@ AC_DEFINE(NO_AUTO_RESPAWN)
fi
AC_ARG_ENABLE(new-remember,
[ --enable-new-remember use if you have a version of enlightenment >= 0.16.4],
[ --disable-new-remember use if you have a version of enlightenment <= 0.16.4],
if test "$enableval" = "yes"; then
AC_MSG_RESULT(yes)
AC_DEFINE(NEW_REMEMBER)
AC_MSG_RESULT(yes)
else
AC_MSG_RESULT(no)
AC_MSG_RESULT(no)
AC_DEFINE(NEW_REMEMBER)
fi,
AC_MSG_RESULT(no)
)
@ -353,6 +353,9 @@ else
mv api/epplet.h.new api/epplet.h
fi
echo
echo "If you are running Enlightenment < 0.16.4, you *must* configure"
echo "with epplets with --disable-new-remember."
echo
echo "Now type 'make' to build $PACKAGE $VERSION."
echo "Then type 'make install' to install."