From a6d5ed529a373863eb670cc75bd797057a339745 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Wed, 19 Dec 2012 12:10:53 +0100 Subject: -DENABLE_GRAPHITE -> config_graphite.h Change-Id: I94c7865b68c65540765c9fbfba6f669055dad4ba --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index eb0334c4c1fa..819ea6da52ec 100644 --- a/configure.ac +++ b/configure.ac @@ -8462,6 +8462,7 @@ AC_MSG_CHECKING([whether to enable graphite support]) if test "$_os" = "WINNT" -o "$_os" = "Linux" && test "$enable_graphite" = "" -o "$enable_graphite" != "no"; then AC_MSG_RESULT([yes]) ENABLE_GRAPHITE="TRUE" + AC_DEFINE(ENABLE_GRAPHITE) AC_MSG_CHECKING([which graphite to use]) if test "$with_system_graphite" = "yes"; then AC_MSG_RESULT([external]) @@ -12423,6 +12424,7 @@ fi AC_CONFIG_FILES([config_host.mk Makefile]) AC_CONFIG_HEADERS([config/config_global.h]) +AC_CONFIG_HEADERS([config/config_graphite.h]) AC_CONFIG_HEADERS([config/config_telepathy.h]) AC_CONFIG_HEADERS([config/config_vclplug.h]) AC_OUTPUT -- cgit