summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-12 16:49:54 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-12 18:29:50 +0300
commit6a3bb7c1292e393711c8cd542e061d5d4add49db (patch)
tree2f3a619d81c6caaca28c05b48896d250a9d4896e /configure.ac
parentd504b887988ae7db3dcd4bd2b00b294a159a0976 (diff)
Add HAVE_FEATURE_X11
Change-Id: I4ca7310c936ce123347be2e3243fddc738f85d6d
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 0ec35cf1d065..5960eb71649d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9138,6 +9138,7 @@ dnl ***************************************
WANT_X11="no"
if test $_os != Darwin -a $_os != WINNT -a $_os != Android -a $_os != iOS -a "$enable_headless" != "yes"; then
WANT_X11="yes"
+ AC_DEFINE(HAVE_FEATURE_X11)
fi
AC_MSG_RESULT([$WANT_X11])