Regenerate.
This commit is contained in:
parent
a8c95f1af2
commit
392b3c3ab6
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -12545,7 +12545,7 @@ fi
|
|||
|
||||
## 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 @@ HAVE_FREETYPE=no
|
|||
### 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
|
||||
|
|
Loading…
Add table
Reference in a new issue