d72035
diff --git a/unix/configure.in b/unix/configure.in
d72035
index cb412af..abfd43b 100755
d72035
--- a/unix/configure.in
d72035
+++ b/unix/configure.in
d72035
@@ -479,8 +479,8 @@ if test $tk_aqua = no; then
d72035
 	XFT_LIBS=`xft-config --libs 2>/dev/null` || found_xft="no"
d72035
 	if test "$found_xft" = "no" ; then
d72035
 	    found_xft=yes
d72035
-	    XFT_CFLAGS=`pkg-config --cflags xft 2>/dev/null` || found_xft="no"
d72035
-	    XFT_LIBS=`pkg-config --libs xft 2>/dev/null` || found_xft="no"
d72035
+	    XFT_CFLAGS=`pkg-config --cflags xft freetype2 2>/dev/null` || found_xft="no"
d72035
+	    XFT_LIBS=`pkg-config --libs xft freetype2 2>/dev/null` || found_xft="no"
d72035
 	fi
d72035
 	AC_MSG_RESULT([$found_xft])
d72035
 	dnl make sure that compiling against Xft header file doesn't bomb