[clutter] build: Escape AC_DEFINE arguments



commit 2dc69dc63d4e6fee068a918629f406a241ec9716
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Fri Jul 15 16:02:19 2011 +0100

    build: Escape AC_DEFINE arguments

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8fc034c..1a06f9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -602,7 +602,7 @@ AS_IF([test "x$SUPPORT_XLIB" = "x1"],
         have_xge=no
         AC_CHECK_FUNC([XGetEventData],
                       [
-                        AC_DEFINE(HAVE_XGE, 1, [Define to 1 if X Generic Extensions is available])
+                        AC_DEFINE([HAVE_XGE], [1], [Define to 1 if X Generic Extensions is available])
                         have_xge=yes
                       ])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]