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

Adjust the search path for the libraries.

parent 731b649d
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ AC_DEFUN([ALBERTA_OPENDX_CHECK],
OPENDXARCH=`uname -s | $tolower` # hope uname exists
ALBERTA_CHECK_PACKAGE([OpenDX],
[DXL DXcallm],[DXInitModules],
[${prefix}/dx/lib_${OPENDXARCH} /usr/local/dx/lib_${OPENDXARCH} /usr/dx/lib_${OPENDXARCH}],
[${prefix}/dx/lib_${OPENDXARCH} /usr/local/dx/lib_${OPENDXARCH} /usr/dx/lib_${OPENDXARCH} ${prefix}/lib/dx/lib_${OPENDXARCH} /usr/local/lib/dx/lib_${OPENDXARCH} /usr/lib/dx/lib_${OPENDXARCH}],
[libtool ${LIBRT}],
[dx/dx.h unistd.h errno.h Xm/Xm.h Xm/Form.h Xm/DrawingA.h pthread.h],
[${prefix}/dx/include /usr/dx/include /usr/local/dx/include],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment