summaryrefslogtreecommitdiff
path: root/configure.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in14
1 files changed, 1 insertions, 13 deletions
diff --git a/configure.in.in b/configure.in.in
index 980bc35c..c80e5e53 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -62,7 +62,7 @@ AC_HEADER_STDC
AC_CHECK_HEADERS([asm/unistd.h errno.h fcntl.h limits.h \
netdb.h pwd.h signal.h stdarg.h sys/param.h sys/resource.h \
sys/socket.h sys/time.h sys/wait.h sys/utsname.h time.h \
- unistd.h sys/param.h sys/user.h sys/sysctl.h])
+ unistd.h sys/param.h sys/user.h sys/sysctl.h math.h])
AC_CHECK_FUNCS([getaddrinfo gethostbyname gethostname getpwuid setsid \
sigaction strdup sync vfork])
@@ -142,18 +142,6 @@ else
AC_MSG_RESULT([yes])
fi
-dnl Check whether to create session screenshots
-AC_ARG_ENABLE([session-screenshots],
-AC_HELP_STRING([--enable-session-screenshots], [Create screenshots of sessions on logout]),
- [], [enable_session_screenshots=no])
-AC_MSG_CHECKING([whether to create screenshots of sessions on logout])
-if test x"$enable_session_screenshots" != x"yes"; then
- AC_MSG_RESULT([no])
-else
- AC_DEFINE([SESSION_SCREENSHOTS], [1], [Define for session screenshots])
- AC_MSG_RESULT([yes])
-fi
-
dnl
dnl D-Bus RUNTIME Dependencies
dnl