diff configure.ac @ 18973:625e3bb65885 stable

don't require Qt 4.7 (bug #42657) * acinclude.m4 (OCTAVE_CHECK_QFONT_FORCE_INTEGER_METRICS): New macro. * configure.ac: Use it. * unix/TerminalView.cpp (TerminalView::setVTFont): Only use QFont::ForceIntegerMetrics if it is available.
author John W. Eaton <jwe@octave.org>
date Tue, 01 Jul 2014 15:56:00 -0400
parents bebe22d2cb58
children c59745865c7f a66548dc07b0
line wrap: on
line diff
--- a/configure.ac	Sat Jul 26 07:50:38 2014 -0700
+++ b/configure.ac	Tue Jul 01 15:56:00 2014 -0400
@@ -2768,6 +2768,7 @@
 
   if test $build_gui = yes; then
     OCTAVE_CHECK_QFONT_MONOSPACE
+    OCTAVE_CHECK_QFONT_FORCE_INTEGER_METRICS
     OCTAVE_CHECK_FUNC_SETPLACEHOLDERTEXT
   fi