Skip to content
Snippets Groups Projects
Commit 3cb3d153 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

merge init-element-branch -> trunk

parent 7ad8cfba
No related branches found
No related tags found
No related merge requests found
#
# check for IBM DX and stuff
#
AC_DEFUN([ALBERTA_OPENDX_CHECK],
[
if ! test "x${OPENDX_DISABLE}" = "xno"; then
AC_CHECK_LIB([rt],[main],[LIBRT=-lrt],[HAVE_LIBRT=])
AC_CHECK_HEADERS([unistd.h errno.h Xm/Xm.h Xm/Form.h Xm/DrawingA.h pthread.h],
[],
[AC_MSG_WARN([Headers needed for dxtools not found])
OPENDX_DISABLE=yes])
AC_CHECK_TYPE([ulong],[],
[AC_DEFINE([ulong],[unsigned long],[Needed for OpenDX])])
fi
ALBERTA_CHECK_PACKAGE([OpenDX],[DXL],[],[-lDXcallm ${LIBRT}],
[dx/dx.h],[],[],[optional enabled])
])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment