changeset 28269:a36309586b0c stable

Don't issue configure warning when --without-fltk specified (bug #58321). * configure.ac: Remove call to OCTAVE_CONFIGURE_WARNING if --without-fltk specified.
author Rik <rik@octave.org>
date Thu, 07 May 2020 11:11:35 -0700
parents ce7a5b60e102
children 881649ab7978 86625d488314
files configure.ac
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed May 06 10:58:16 2020 -0400
+++ b/configure.ac	Thu May 07 11:11:35 2020 -0700
@@ -1901,8 +1901,6 @@
     [don't use FLTK libraries, disable OpenGL graphics with FLTK widgets])],
   [if test x"$withval" = xno; then
      check_fltk=no
-     warn_fltk="--without-fltk specified.  FLTK widgets will be disabled."
-     OCTAVE_CONFIGURE_WARNING([warn_fltk])
    fi])
 
 FLTK_CPPFLAGS=