diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8602eba..f4c0fd3 100644 --- a/configure.ac +++ b/configure.ac @@ -102,7 +102,7 @@ if test "x$XSERVER_LIBPCIACCESS" = xyes; then fi # Required by exa.h -AMD_CFLAGS="$AMD_CFLAGS -DEXA_DRIVER_KNOWN_MAJOR=3" +AC_DEFINE(EXA_DRIVER_KNOWN_MAJOR, 3, [Major version of EXA we can handle]) AC_SUBST([XORG_CFLAGS]) AC_SUBST([moduledir]) |