diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-12 18:03:34 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-12 18:03:34 +0000 |
commit | 3179d29b8212c197634d81fbeb8dd2e8df995735 (patch) | |
tree | 1e5b7371f35af7c6e2c324c0890cde4abff89fba /include | |
parent | 0e7e4c7064df64c29b1a0ccd84fba1be7c748f18 (diff) |
use RGB_DB not RGB_PATH as that's what configure defines (Jürg Billeter
<j@bitron.ch>)
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 2764e9b6f..5d3bffab5 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -410,7 +410,7 @@ #undef _XSERVER64 /* Define to location of RGB database */ -#undef RGB_PATH +#undef RGB_DB /* System is BSD-like */ #undef CSRG_BASED |