Added test for X Athena widgets.
This commit is contained in:
parent
5338cd561e
commit
da07e8372e
11
configure.ac
11
configure.ac
@ -478,9 +478,19 @@ dnl Check for OpenGL and GLUT.
|
|||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
|
|
||||||
HAVE_OPENGL=no
|
HAVE_OPENGL=no
|
||||||
|
HAVE_XAW=no
|
||||||
|
|
||||||
AC_PATH_XTRA
|
AC_PATH_XTRA
|
||||||
|
|
||||||
|
ICE_FIND_ATHENA
|
||||||
|
|
||||||
|
if test "$no_xaw" != "yes" ; then
|
||||||
|
HAVE_XAW=yes
|
||||||
|
fi
|
||||||
|
|
||||||
|
AM_CONDITIONAL(HAVE_XAW, test "$HAVE_XAW" = "yes")
|
||||||
|
|
||||||
|
|
||||||
AX_CHECK_GL
|
AX_CHECK_GL
|
||||||
AX_CHECK_GLU
|
AX_CHECK_GLU
|
||||||
AX_CHECK_GLUT
|
AX_CHECK_GLUT
|
||||||
@ -619,6 +629,7 @@ LOC_MSG([ ISO JBIG support: ${HAVE_JBIG}])
|
|||||||
LOC_MSG()
|
LOC_MSG()
|
||||||
LOC_MSG([ C++ support: ${HAVE_CXX}])
|
LOC_MSG([ C++ support: ${HAVE_CXX}])
|
||||||
LOC_MSG()
|
LOC_MSG()
|
||||||
|
LOC_MSG([ X Athena Widgets support: ${HAVE_XAW}])
|
||||||
LOC_MSG([ OpenGL support: ${HAVE_OPENGL}])
|
LOC_MSG([ OpenGL support: ${HAVE_OPENGL}])
|
||||||
LOC_MSG()
|
LOC_MSG()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user