summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-08-25 16:22:51 +0300
committerMonsta <[email protected]>2015-08-25 16:22:51 +0300
commit4f315278c52261dfdbf564a854511d481fb9d385 (patch)
tree8950ff7acd719d3f9f6d04f9376ec219c41ed3fe
parent0ebac28cb393a12b15c8122dbb85d8a6cb354dad (diff)
downloadmate-screensaver-4f315278c52261dfdbf564a854511d481fb9d385.tar.bz2
mate-screensaver-4f315278c52261dfdbf564a854511d481fb9d385.tar.xz
stop caring for osx
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index a5256f3..52d647f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -502,16 +502,6 @@ else
exit 1
fi
-# We can't lock on MacOS X, so don't compile in support for it.
-#
-if test "$ac_macosx" = yes; then
- if test "$enable_locking" = yes; then
- AC_MSG_RESULT(locking disabled: it doesnt work on MacOS X)
- enable_locking=no
- AC_DEFINE(NO_LOCKING, 1, [Define if screen locking support is disabled])
- fi
-fi
-
# Check whether to use a xscreensaver hacks configuration directory
AC_MSG_CHECKING([whether to use xscreensaver hacks configuration])
AC_ARG_WITH(xscreensaverdir, AC_HELP_STRING([--with-xscreensaverdir=dir], [Use xscreensaver hack configs found in directory],))