This commit is contained in:
matthieu 2012-12-02 22:59:10 +00:00
parent a1dad419fa
commit ebbac4e612
2 changed files with 8 additions and 0 deletions

View File

@ -84,5 +84,8 @@
/* Build support for Exa */
#undef USE_EXA
/* Build support for xaa */
#undef USE_XAA
/* Version number of package */
#undef VERSION

View File

@ -18297,6 +18297,11 @@ fi
done
if test "x$XAA" = xyes; then
$as_echo "#define USE_XAA 1" >>confdefs.h
fi
CFLAGS=$save_CFLAGS
CPPFLAGS=$save_CPPFLAGS
fi