From 15d7f9cf9e089f5968a20f80529096e9a1d3551f Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Thu, 19 May 2011 18:18:52 +0200 Subject: Install ErrorDB into a $datarootdir-path, not $libdir. This lets Xt search for it's ErrorDB in the same location as Xlib. These error databases are architecture independent data files. The XtErrorDB file neither exists in libXt nor has it ever been supplied by any '3rd party' (at least Google didn't turn up any results). Therefore changing the location of this file (again) should have no side effects on backward compatibility. Signed-off-by: Egbert Eich Reviewed-by: Gaetan Nadon Tested-by: Gaetan Nadon --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d15b326..c59cc26 100644 --- a/configure.ac +++ b/configure.ac @@ -162,6 +162,9 @@ case $host_os in esac AC_SUBST(STRINGSABIOPTIONS) +ERRORDBDIR=${datadir}/X11 +AC_SUBST(ERRORDBDIR) + case $host_os in darwin*) OS_CFLAGS="-Wl,-flat_namespace" -- cgit v1.2.3