Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        configure.in 


Log Message:
Add session management support status to summary.

===================================================================
RCS file: /cvs/e/e16/e/configure.in,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -3 -r1.182 -r1.183
--- configure.in        30 Nov 2006 22:03:20 -0000      1.182
+++ configure.in        9 Dec 2006 17:27:31 -0000       1.183
@@ -57,7 +57,6 @@
 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 @@
             [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 "  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"



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to