changeset 18056:ab2614be700c stable

configure.ac: add warning on disabling OpenGL printing to the final summary.
author Carnë Draug <carandraug@octave.org>
date Tue, 03 Dec 2013 18:18:43 +0000
parents 5ad1113f1283
children 37a5e93d6cfd
files configure.ac
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Dec 03 11:21:49 2013 +0100
+++ b/configure.ac	Tue Dec 03 18:18:43 2013 +0000
@@ -1252,7 +1252,8 @@
 if test $native_graphics = yes; then
   AC_CHECK_HEADERS([gl2ps.h],
     [GL2PS_LIBS="-lgl2ps"],
-    [AC_MSG_WARN([gl2ps library not found.  OpenGL printing is disabled.])])
+    [warn_gl2ps="gl2ps library not found.  OpenGL printing is disabled."
+     OCTAVE_CONFIGURE_WARNING([warn_gl2ps])])
 fi
 
 AC_SUBST(GL2PS_LIBS)