build: Escape AC_DEFINE arguments

This commit is contained in:
Emmanuele Bassi 2011-07-15 16:02:19 +01:00
parent 538559391c
commit 2dc69dc63d

View File

@ -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
])