* "configure.ac" modified to include all the OpenCascade libraries required by the Netgen OCC Module

This commit is contained in:
Philippose Rajan 2009-01-30 22:23:56 +00:00
parent 8fd560230f
commit 73f272f80c

View File

@ -25,7 +25,7 @@ AC_ARG_ENABLE([occ],
[ --enable-occ compile with OpenCascade geometry kernel],
[occon=true
occfl="-DOCCGEOMETRY"
occlfl="-lTKIGES -lTKBRep -lTKSTEP -lTKSTL" ],
occlfl="-lTKernel -lTKGeomBase -lTKMath -lTKG2d -lTKG3d -lTKXSBase -lTKOffset -lTKFillet -lTKShHealing -lTKMesh -lTKMeshVS -lTKTopAlgo -lTKGeomAlgo -lTKBool -lTKPrim -lTKBO -lTKIGES -lTKBRep -lTKSTEPBase -lTKSTEP -lTKSTL -lTKSTEPAttr -lTKSTEP209 -lTKXDESTEP -lTKXDEIGES -lTKXCAF -lTKDCAF -lTKLCAF" ],
[occon=false] )
AC_ARG_WITH([occ],