Signed-off-by: Alan Coopersmith <[email protected]>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 50d2bf3..9cad91b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -505,7 +505,7 @@ XORG_FONTSUBDIR(FONT100DPIDIR, font100dpidir, 100dpi)
 dnl Uses --default-font-path if set, otherwise checks for /etc/X11/fontpath.d,
 dnl otherwise uses standard subdirectories of FONTROOTDIR
 AC_CHECK_FILE([${sysconfdir}/X11/fontpath.d],
-       [DEFAULT_FONT_PATH='catalogue:$(sysconfdir)/X11/fontpath.d'],
+       [DEFAULT_FONT_PATH='catalogue:${sysconfdir}/X11/fontpath.d'],
        [
                
DEFAULT_FONT_PATH="${FONTMISCDIR}/,${FONTTTFDIR}/,${FONTOTFDIR}/,${FONTTYPE1DIR}/,${FONT100DPIDIR}/,${FONT75DPIDIR}/"
                case $host_os in
-- 
1.5.6.5

_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to