From 4806cf85f412d4bcae357d058ab69231e4093080 Mon Sep 17 00:00:00 2001 From: Ademar de Souza Reis Jr Date: Tue, 3 Jul 2007 13:45:19 -0300 Subject: [PATCH] change xprint config dir to $sysconfdir/X11/xprint --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index be8878a..afa5f72 100644 --- a/configure.ac +++ b/configure.ac @@ -1593,7 +1593,7 @@ if test "x$XPRINT" = xyes; then AC_SUBST([XPRINT_CFLAGS]) AC_SUBST([XPRINT_LIBS]) - xpconfigdir=$libdir/X11/xserver + xpconfigdir=$sysconfdir/X11/xprint AC_SUBST([xpconfigdir]) AC_PATH_PROG(MKFONTSCALE, mkfontscale) -- 1.5.2.2