# HG changeset patch # User Chong Yidong # Date 1219955531 0 # Node ID dafd1efe2d45e91fac2a8c6fbc19040d5e867938 # Parent 0d162f4e0e6b4bb8fd4401534680ee73960ed6a9 Regenerate. diff -r 0d162f4e0e6b -r dafd1efe2d45 configure --- a/configure Thu Aug 28 20:31:35 2008 +0000 +++ b/configure Thu Aug 28 20:32:11 2008 +0000 @@ -12545,7 +12545,7 @@ ## Use -lXft if available, unless `--with-freetype=no' nor `--with-xft=no'. HAVE_XFT=maybe -if test "x${with_freetype}" = "xno"; then +if test "x${with_freetype}" = "xno" || test "x${with_x}" = "xno"; then with_xft="no"; fi if test "x${with_xft}" != "xno"; then @@ -12871,7 +12871,7 @@ ### Use -lfreetype if available, unless `--with-freetype=no'. if test "${HAVE_XFT}" = "yes"; then HAVE_FREETYPE=yes -elif test "x${with_freetype}" != "xno"; then +elif test "x${with_freetype}" != "xno" && test "x${with_x}" != "xno"; then succeeded=no