blob: 8e855edc8b12e7b4002e0b4e8e095d7697b9ec77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.1.1.1 2002/12/11 20:12:45 jmmv Exp $
--- configure.orig Fri Nov 22 03:30:00 2002
+++ configure
@@ -611,7 +611,7 @@ fi
# Check whether --with-default_fonts or --without-default_fonts was given.
if test "${with_default_fonts+set}" = set; then
withval="$with_default_fonts"
- defaultfonts="$withval"
+ default_fonts="$withval"
else
default_fonts=yes
fi
|