Mercurial > hg > octave-nkf
diff configure.ac @ 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 | c97ee13f1027 |
children | 37a5e93d6cfd |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -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)