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 | |
parent | 0e7e4c7064df64c29b1a0ccd84fba1be7c748f18 (diff) |
use RGB_DB not RGB_PATH as that's what configure defines (Jürg Billeter
<j@bitron.ch>)
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | include/dix-config.h.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2005-11-12 Alan Coopersmith <alan.coopersmith@sun.com> + + * include/dix-config.h.in: + use RGB_DB not RGB_PATH as that's what configure defines + (Jürg Billeter <j@bitron.ch>) + 2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: 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 |