diff configure.ac @ 18036:c97ee13f1027 stable

fix build for systems without QFont::Monospace * acinclude.m4 (OCTAVE_CHECK_QFONT_MONOSPACE): New macro. * configure.ac: Use it. * resource-manager.cc (resource_manager::do_reload_settings): Provide fallback for default font family if QFont::Monospace is not available.
author John W. Eaton <jwe@octave.org>
date Mon, 02 Dec 2013 11:29:22 -0500
parents f0427ca399cc
children bc0195254fdb ab2614be700c
line wrap: on
line diff
--- a/configure.ac	Sat Nov 30 08:42:24 2013 -0800
+++ b/configure.ac	Mon Dec 02 11:29:22 2013 -0500
@@ -2728,6 +2728,7 @@
   fi
 
   if test $build_gui = yes; then
+    OCTAVE_CHECK_QFONT_MONOSPACE
     OCTAVE_CHECK_FUNC_SETPLACEHOLDERTEXT
   fi