changeset 22607:df3194ba4847 stable

build: allow building Octave without FreeType available * configure.ac: Allow configure to continue without FreeType, report appropriate warning message.
author Mike Miller <mtmiller@octave.org>
date Fri, 07 Oct 2016 08:52:17 -0700
parents 177e0c71bcc0
children f13694ae8ba5
files configure.ac
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Oct 06 21:39:27 2016 +0200
+++ b/configure.ac	Fri Oct 07 08:52:17 2016 -0700
@@ -1689,7 +1689,8 @@
   else
     AC_MSG_RESULT(no)
     warn_freetype="FreeType library >= 9.03 not found.  OpenGL graphics will not be fully functional."
-  fi])
+  fi],
+  [warn_freetype="FreeType library not found.  OpenGL graphics will not be fully functional."])
 
 if test -n "$warn_freetype"; then
   OCTAVE_CONFIGURE_WARNING([warn_freetype])