Added test for X Athena widgets.

This commit is contained in:
Andrey Kiselev 2006-10-13 10:15:35 +00:00
parent 5338cd561e
commit da07e8372e
2 changed files with 3131 additions and 1174 deletions

4294
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -478,9 +478,19 @@ dnl Check for OpenGL and GLUT.
dnl ---------------------------------------------------------------------------
HAVE_OPENGL=no
HAVE_XAW=no
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_GLU
AX_CHECK_GLUT
@ -619,6 +629,7 @@ LOC_MSG([ ISO JBIG support: ${HAVE_JBIG}])
LOC_MSG()
LOC_MSG([ C++ support: ${HAVE_CXX}])
LOC_MSG()
LOC_MSG([ X Athena Widgets support: ${HAVE_XAW}])
LOC_MSG([ OpenGL support: ${HAVE_OPENGL}])
LOC_MSG()