changeset 1154:938d9cd76148

[gaim-migrate @ 1164] Sorry, this has been bothering me.. :) 2000-Nov-27 21:25 bmiller128 committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 28 Nov 2000 05:57:56 +0000
parents 3063e6743913
children f4d4a14752ee
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Tue Nov 28 04:12:06 2000 +0000
+++ b/configure.in	Tue Nov 28 05:57:56 2000 +0000
@@ -49,7 +49,7 @@
 AC_ARG_ENABLE(plugins, [  --disable-plugins       compile with out plugin support],,enable_plugins=yes)
 AC_ARG_ENABLE(perl,    [  --disable-perl          compile without perl scripting],,enable_perl=yes)
 AC_ARG_ENABLE(debug,   [  --enable-debug          compile with debugging support],,enable_debug=no)
-AC_ARG_ENABLE(screensaver,   [  --disable-screensaver   compile without  X screensaver extension],,enable_xss=yes)
+AC_ARG_ENABLE(screensaver,   [  --disable-screensaver   compile without X screensaver extension],,enable_xss=yes)
 AM_CONDITIONAL(PLUGINS, test "x$enable_plugins" = "xyes")
 AC_ARG_ENABLE(,,,)