Mercurial > hg > xemacs-beta
diff configure.in @ 227:0e522484dd2a r20-5b12
Import from CVS: tag r20-5b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:12:37 +0200 |
parents | 12579d965149 |
children | 557eaa0339bf |
line wrap: on
line diff
--- a/configure.in Mon Aug 13 10:11:42 2007 +0200 +++ b/configure.in Mon Aug 13 10:12:37 2007 +0200 @@ -2251,7 +2251,8 @@ dnl Enable or disable proper session-management AC_CHECKING(for session-management option); -if test "$with_session" = "yes"; then +dnl if test "$with_session" = "yes"; then +if test "$with_session" != "no"; then AC_DEFINE(HAVE_SESSION) fi @@ -2485,12 +2486,12 @@ test -z "$with_mule" && with_mule=no -if test "$with_mule" = "yes" && test ! -d "$srcdir/lisp/mule"; then - echo "Attempt to Build with Mule without Mule/Lisp" - echo "Please install the XEmacs/Mule tarball or" - echo "rerun configure with --with-mule=no" - exit 1 -fi +dnl if test "$with_mule" = "yes" && test ! -d "$srcdir/lisp/mule"; then +dnl echo "Attempt to Build with Mule without Mule/Lisp" +dnl echo "Please install the XEmacs/Mule tarball or" +dnl echo "rerun configure with --with-mule=no" +dnl exit 1 +dnl fi if test "$with_mule" = "yes" ; then AC_CHECKING(for Mule-related features)