diff options
author | Eric Anholt <eric@anholt.net> | 2009-04-08 14:17:39 -0700 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2009-04-14 10:35:44 -0400 |
commit | 4474c200a102feda72f9572a96cb588009aa0147 (patch) | |
tree | 4fbe5d31b6a4dde9d2ae5dcb33ef0c3b419e6161 /dix/main.c | |
parent | e72c85547b405fbd0117dc1236e5ca5a2126063c (diff) |
Move VENDOR_* defines from AC_SUBST to a header to avoid angering shave.
This is more sane anyway, as it ensures a rebuild when changing them.
Diffstat (limited to 'dix/main.c')
-rw-r--r-- | dix/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dix/main.c b/dix/main.c index e10f7e1a4..9d5d83944 100644 --- a/dix/main.c +++ b/dix/main.c @@ -76,6 +76,7 @@ Equipment Corporation. #ifdef HAVE_DIX_CONFIG_H #include <dix-config.h> +#include <version-config.h> #endif #include <X11/X.h> |