summaryrefslogtreecommitdiff
path: root/app/xterm/configure.in
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-29 20:10:10 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-29 20:10:10 +0000
commitff44cd5185e9e878fdc64163c7e934bfc9c12d72 (patch)
treee8b93afb56a2d92e7e01861ab1d5295633353e0e /app/xterm/configure.in
parente3dea6a3222b811e1764ca5c6c3d0ce72f18603c (diff)
Update to xterm 267. Tested by shadchin@, jasper@, ajacoutot@.
Diffstat (limited to 'app/xterm/configure.in')
-rw-r--r--app/xterm/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xterm/configure.in b/app/xterm/configure.in
index 08383b08d..06104314b 100644
--- a/app/xterm/configure.in
+++ b/app/xterm/configure.in
@@ -1,4 +1,4 @@
-dnl $XTermId: configure.in,v 1.266 2010/06/15 22:30:01 tom Exp $
+dnl $XTermId: configure.in,v 1.267 2010/11/09 01:00:48 tom Exp $
dnl
dnl -----------------------------------------------------------------------------
dnl this file is part of xterm
@@ -551,7 +551,7 @@ CF_ARG_DISABLE(freetype,
[enable_freetype=yes])
AC_MSG_RESULT($enable_freetype)
if test "$enable_freetype" = yes ; then
- CF_X_FREETYPE
+ CF_X_FONTCONFIG
else
CPPFLAGS=`echo "$CPPFLAGS" | sed -e s/-DXRENDERFONT//`
fi