From 3179d29b8212c197634d81fbeb8dd2e8df995735 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 12 Nov 2005 18:03:34 +0000 Subject: [PATCH] =?UTF-8?q?use=20RGB=5FDB=20not=20RGB=5FPATH=20as=20that's?= =?UTF-8?q?=20what=20configure=20defines=20(J=C3=BCrg=20Billeter=20=20=20?= =?UTF-8?q?=20=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 6 ++++++ include/dix-config.h.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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