diff options
author | Chris Ball <cjb@laptop.org> | 2009-02-24 12:51:45 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2009-02-24 12:51:45 -0500 |
commit | 2c293240f8003b3a52121161d0b0464100fd990d (patch) | |
tree | dbb1df7ccfd57e9c733cce02968f0ea629347faa /configure.ac | |
parent | c5c7f60b577cc86a670bedea2bd70bd05d5cd128 (diff) |
configure: use AC_DEFINE instead of shell substitution
(This is just cosmetic.)
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'configure.ac')
-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]) |