comparison 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
comparison
equal deleted inserted replaced
18055:5ad1113f1283 18056:ab2614be700c
1250 1250
1251 ## Check for gl2ps which is required for printing with OpenGL graphics 1251 ## Check for gl2ps which is required for printing with OpenGL graphics
1252 if test $native_graphics = yes; then 1252 if test $native_graphics = yes; then
1253 AC_CHECK_HEADERS([gl2ps.h], 1253 AC_CHECK_HEADERS([gl2ps.h],
1254 [GL2PS_LIBS="-lgl2ps"], 1254 [GL2PS_LIBS="-lgl2ps"],
1255 [AC_MSG_WARN([gl2ps library not found. OpenGL printing is disabled.])]) 1255 [warn_gl2ps="gl2ps library not found. OpenGL printing is disabled."
1256 OCTAVE_CONFIGURE_WARNING([warn_gl2ps])])
1256 fi 1257 fi
1257 1258
1258 AC_SUBST(GL2PS_LIBS) 1259 AC_SUBST(GL2PS_LIBS)
1259 1260
1260 ### Start determination of shared vs. static libraries 1261 ### Start determination of shared vs. static libraries