diff --git a/configure.ac b/configure.ac index 8fc034ca9..1a06f9f07 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 ])