changeset 24815:89b62d22d723

configure.ac: Delete check for Xft library. * configure.ac: Delete check for Xft library which is not used directly by Octave.
author Rik <rik@octave.org>
date Thu, 01 Mar 2018 16:15:50 -0800
parents f45e2c6dc3e0
children 4d456c912bb4
files configure.ac
diffstat 1 files changed, 0 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Mar 01 15:50:45 2018 -0500
+++ b/configure.ac	Thu Mar 01 16:15:50 2018 -0800
@@ -2071,17 +2071,6 @@
   AC_SUBST(FT2_CPPFLAGS)
 fi
 
-## Check for Xft library (when using X11)
-
-dnl FIXME: We don't use this library directly, so there's no need to
-dnl check for the header file.  Do we even need to check for the library?
-
-OCTAVE_CHECK_LIB(Xft, Xft,
-  [Xft library not found.  OpenGL graphics will not be fully functional.],
-  [], [XftFontOpen],
-  [], [don't use Xft library, OpenGL graphics will not be fully functional],
-  [], [xft])
-
 ## Check for fontconfig library
 
 OCTAVE_CHECK_LIB(fontconfig, fontconfig,