Add session management support status to summary.

SVN revision: 27393
This commit is contained in:
Kim Woelders 2006-12-09 17:27:31 +00:00
parent b584c3b000
commit b0b6936caf
1 changed files with 3 additions and 1 deletions

View File

@ -57,7 +57,6 @@ AM_PROG_LIBTOOL
AC_PATH_X
AC_PATH_XTRA
AC_CHECK_HEADERS(X11/SM/SMlib.h)
AC_CHECK_HEADERS(alloca.h stdarg.h wctype.h)
AC_TYPE_SIGNAL
@ -139,6 +138,8 @@ AC_CHECK_LIB(Imlib2, imlib_context_set_mask_alpha_threshold,
[Imlib2 has imlib_context_set_mask_alpha_threshold]),,
$IMLIB2_LIBS)
AC_CHECK_HEADERS(X11/SM/SMlib.h, enable_sm=yes, enable_sm=no)
AC_ARG_ENABLE(xft,
[ --enable-xft compile with Xft support @<:@default=yes@:>@],,
enable_xft=yes)
@ -315,6 +316,7 @@ echo "Support for"
echo " Localisation ................. $USE_NLS"
echo " Sound ........................ $enable_sound"
echo " Old GNOME hints .............. $enable_hints_gnome"
echo " Session management ........... $enable_sm"
echo " Zoom ......................... $enable_zoom"
echo " Xft .......................... $enable_xft"
echo " Xinerama ..................... $enable_xinerama"