blob: 7b9aba546ad6d2ec70cc039d08aaed8cfab5a952 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -uNr gossip-0.8/configure.in gossip-0.8.patched/configure.in
--- gossip-0.8/configure.in 2004-12-27 17:40:19.000000000 +0100
+++ gossip-0.8.patched/configure.in 2005-05-27 23:05:13.000000000 +0200
@@ -114,9 +114,7 @@
if test \! "$XSS_LIBS" = "no"; then
AC_TRY_COMPILE([
#include <X11/extensions/scrnsaver.h>
- ],[],[enable_xss=no],[
- AC_DEFINE(USE_SCREENSAVER, 1, [Define if we're using XScreenSaver.])
- ])
+ ],[],[enable_xss=yes])
else
XSS_LIBS=""
enable_xss=no
|