| configure.ac | |
| 82 | @@ -82,7 +82,7 @@ |
| 82 | else |
| 83 | AC_MSG_RESULT([no]) |
| 84 | fi |
| 85 | AM_CONDITIONAL([HAVE_SESSION], [test "x$HAVE_SESSION" = "x1"]) |
| 86 | AM_CONDITIONAL([HAVE_SESSION], [test "x$ac_cv_lib_SM_SmcOpenConnection" = "xyes"]) |
| 87 | |
| 88 | dnl Check for Xinerama support |
| 89 | AC_MSG_CHECKING([whether to build support for the Xinerama extension]) |
| ... | |