summaryrefslogtreecommitdiff
blob: 7c6f09f5117e19a3653cfb0997e8693424518eca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Add --enable-xscreensaver to configure for USE flag support

Patch by Kevin McCarthy <signals@gentoo.org>

--- configure.ac
+++ configure.ac
@@ -316,6 +316,9 @@
 	 #endif
 	])
 
+AC_ARG_ENABLE(xscreensaver, AC_HELP_STRING([--enable-xscreensaver],
+        [compile with X Screensaver]), [have_xss=$enableval], [have_xss=no] )
+
 if test "$have_xss" = yes; then
 	# Let's figure out what library it's in...