diff options
author | Martin Wimpress <[email protected]> | 2015-08-25 16:48:25 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2015-08-25 16:48:25 +0100 |
commit | 106b6907fbd05c72eabcd1d9fb77984866cdf277 (patch) | |
tree | 8950ff7acd719d3f9f6d04f9376ec219c41ed3fe | |
parent | 0ebac28cb393a12b15c8122dbb85d8a6cb354dad (diff) | |
parent | 4f315278c52261dfdbf564a854511d481fb9d385 (diff) | |
download | mate-screensaver-106b6907fbd05c72eabcd1d9fb77984866cdf277.tar.bz2 mate-screensaver-106b6907fbd05c72eabcd1d9fb77984866cdf277.tar.xz |
Merge pull request #78 from monsta/laundry
stop caring for osx
-rw-r--r-- | configure.ac | 10 |
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],)) |