Bug #4840: Typo, x$xRES -> x$RES. (George Fufutos)

This commit is contained in:
Adam Jackson 2005-10-21 18:23:33 +00:00
parent f5a5817834
commit 81e913d310
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-10-21 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
Bug #4840: Typo, x$xRES -> x$RES. (George Fufutos)
2005-10-20 Donnie Berkholz <spyderous@gentoo.org>
* configure.ac: Bug #4817 <https://bugs.freedesktop.org/show_bug.cgi?id=4817>

View File

@ -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