summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-10-21 18:23:33 +0000
committerAdam Jackson <ajax@nwnk.net>2005-10-21 18:23:33 +0000
commit81e913d3106066de73792f59f3e50e2b5458c567 (patch)
tree70746c298031306e908405144d5ea5eca1ad22af /configure.ac
parentf5a58178347878e0409b592330a07867bea02bef (diff)
Bug #4840: Typo, x$xRES -> x$RES. (George Fufutos)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 42865266e..bb2db007d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -482,7 +482,7 @@ if test "x$SCREENSAVER" = xyes; then
fi
AM_CONDITIONAL(RES, [test "x$RES" = xyes])
-if test "x$xRES" = xyes; then
+if test "x$RES" = xyes; then
AC_DEFINE(RES, 1, [Support X resource extension])
REQUIRED_MODULES="$REQUIRED_MODULES resourceproto"
fi