]> git.wh0rd.org - fontconfig.git/commitdiff
oops -- X fonts referenced from the wrong place
authorKeith Packard <keithp@keithp.com>
Sun, 2 Mar 2003 08:46:04 +0000 (08:46 +0000)
committerKeith Packard <keithp@keithp.com>
Sun, 2 Mar 2003 08:46:04 +0000 (08:46 +0000)
configure.in

index f03390e84f1993f6131bd7d84e9df8bb86930d4c..7702bb5ce65dd760069fb4d54b316e289fdab1cc 100644 (file)
@@ -225,7 +225,7 @@ AC_ARG_WITH(x_fonts,           [  --with-x-fonts=DIR            Find X fonts in
 case "$x_fonts" in
 yes)
        FC_X_FONTS=""
-       for dir in /usr/X11R6/lib /usr/X11/lib /usr/lib/X11; do
+       for dir in /usr/X11R6/lib/X11 /usr/X11/lib/X11 /usr/lib/X11; do
                case x"$FC_X_FONTS" in
                x)
                        if test -d "$dir/fonts"; then