comparison 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
comparison
equal deleted inserted replaced
226:eea38c7ad7b4 227:0e522484dd2a
2249 test "$opsys" = "hpux9-shr" && opsysfile="s/hpux9shxr4.h" 2249 test "$opsys" = "hpux9-shr" && opsysfile="s/hpux9shxr4.h"
2250 esac 2250 esac
2251 2251
2252 dnl Enable or disable proper session-management 2252 dnl Enable or disable proper session-management
2253 AC_CHECKING(for session-management option); 2253 AC_CHECKING(for session-management option);
2254 if test "$with_session" = "yes"; then 2254 dnl if test "$with_session" = "yes"; then
2255 if test "$with_session" != "no"; then
2255 AC_DEFINE(HAVE_SESSION) 2256 AC_DEFINE(HAVE_SESSION)
2256 fi 2257 fi
2257 2258
2258 dnl Autodetect Xauth 2259 dnl Autodetect Xauth
2259 dnl -lXau is only used by gnuclient, so use a special variable for Xauth X libs 2260 dnl -lXau is only used by gnuclient, so use a special variable for Xauth X libs
2483 dnl Mule-dependent options 2484 dnl Mule-dependent options
2484 dnl ---------------------- 2485 dnl ----------------------
2485 2486
2486 test -z "$with_mule" && with_mule=no 2487 test -z "$with_mule" && with_mule=no
2487 2488
2488 if test "$with_mule" = "yes" && test ! -d "$srcdir/lisp/mule"; then 2489 dnl if test "$with_mule" = "yes" && test ! -d "$srcdir/lisp/mule"; then
2489 echo "Attempt to Build with Mule without Mule/Lisp" 2490 dnl echo "Attempt to Build with Mule without Mule/Lisp"
2490 echo "Please install the XEmacs/Mule tarball or" 2491 dnl echo "Please install the XEmacs/Mule tarball or"
2491 echo "rerun configure with --with-mule=no" 2492 dnl echo "rerun configure with --with-mule=no"
2492 exit 1 2493 dnl exit 1
2493 fi 2494 dnl fi
2494 2495
2495 if test "$with_mule" = "yes" ; then 2496 if test "$with_mule" = "yes" ; then
2496 AC_CHECKING(for Mule-related features) 2497 AC_CHECKING(for Mule-related features)
2497 AC_DEFINE(MULE) 2498 AC_DEFINE(MULE)
2498 XE_ADD_OBJS(mule.o mule-ccl.o mule-charset.o mule-coding.o) 2499 XE_ADD_OBJS(mule.o mule-ccl.o mule-charset.o mule-coding.o)