summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a3357ef..4f372f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,6 +53,7 @@ if test "x$USE_RENDER" = "xyes" ; then
AC_DEFINE(XRENDER, 1, [Define to 1 to use Xrender & Xft2 to draw logo])
fi
+AM_CONDITIONAL([USE_RENDER], [test "x$USE_RENDER" = "xyes"])
PKG_CHECK_MODULES(XLOGO, $XLOGO_DEPS)