diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-12-19 12:10:53 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-19 12:19:59 +0100 |
commit | a6d5ed529a373863eb670cc75bd797057a339745 (patch) | |
tree | 6d926be64d0f934eecabc00900530e3ec2b07d22 /configure.ac | |
parent | 2de803d056e633952f8d8f676b4f7fbcf6c7948c (diff) |
-DENABLE_GRAPHITE -> config_graphite.h
Change-Id: I94c7865b68c65540765c9fbfba6f669055dad4ba
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
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 |