mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
build: Escape AC_DEFINE arguments
This commit is contained in:
parent
538559391c
commit
2dc69dc63d
@ -602,7 +602,7 @@ AS_IF([test "x$SUPPORT_XLIB" = "x1"],
|
|||||||
have_xge=no
|
have_xge=no
|
||||||
AC_CHECK_FUNC([XGetEventData],
|
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
|
have_xge=yes
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user