Kaydet (Commit) fdd6008d authored tarafından François Tigeot's avatar François Tigeot Kaydeden (comit) Caolán McNamara

The only OS graphite is not available on is MacOS X

Change-Id: Id63520c60bd4c7f44c271fdb2a832627c42b8738
üst d257209a
......@@ -8380,7 +8380,7 @@ dnl Graphite
dnl ===================================================================
AC_MSG_CHECKING([whether to enable graphite support])
if test "$_os" = "WINNT" -o "$_os" = "Linux" && test "$enable_graphite" = "" -o "$enable_graphite" != "no"; then
if test "$_os" != "Darwin" && test "$enable_graphite" = "" -o "$enable_graphite" != "no"; then
AC_MSG_RESULT([yes])
ENABLE_GRAPHITE="TRUE"
AC_DEFINE(ENABLE_GRAPHITE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment