diff --git a/ChangeLog b/ChangeLog index 6b59cc783..14feff773 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-11-12 Alan Coopersmith + + * include/dix-config.h.in: + use RGB_DB not RGB_PATH as that's what configure defines + (Jürg Billeter ) + 2005-11-09 Kevin E. Martin * 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