From 2c293240f8003b3a52121161d0b0464100fd990d Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Tue, 24 Feb 2009 12:51:45 -0500 Subject: configure: use AC_DEFINE instead of shell substitution (This is just cosmetic.) Signed-off-by: Chris Ball --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v1.2.3