changeset 28307:aeb135002a91

Don't issue configure warning when --without-freetype used (bug #58330). * configure.ac: Remove warn_freetype declaration in AC_ARG_WITH branch when --without-freetype specified.
author Rik <rik@octave.org>
date Sun, 17 May 2020 18:50:44 -0700
parents 21970ad14781
children a81b7b132c09
files configure.ac
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun May 17 17:59:50 2020 -0700
+++ b/configure.ac	Sun May 17 18:50:44 2020 -0700
@@ -1783,7 +1783,6 @@
     [don't use FreeType library, OpenGL graphics will not be fully functional])],
   [if test x"$withval" = xno; then
      check_freetype=no
-     warn_freetype="--without-freetype specified.  OpenGL graphics will not be fully functional."
    fi])
 
 if test $check_freetype = yes; then