Skip to content
Snippets Groups Projects
Commit 1db0cd65 authored by Oliver Sander's avatar Oliver Sander
Browse files

the stuff in the psurface wrapper is now in the namespace psurface, and the...

the stuff in the psurface wrapper is now in the namespace psurface, and the archaic 'Amira'-prefixes have been removed

[[Imported from SVN: r4213]]
parent 468236b5
Branches
Tags
No related merge requests found
......@@ -55,7 +55,7 @@ fi
if test x$HAVE_PSURFACE = x1 ; then
LIBS="$LIBS -lpsurface $AMIRAMESH_LDFLAGS $AMIRAMESH_LIBS"
AC_LINK_IFELSE(AC_LANG_PROGRAM([#include "psurface.h"], [AmiraLoadMesh("label", "filename");]),
AC_LINK_IFELSE(AC_LANG_PROGRAM([#include "psurface.h"], [psurface::LoadMesh("label", "filename");]),
[PSURFACE_LIBS="-lpsurface"
PSURFACE_LDFLAGS="-L$PSURFACE_LIB_PATH"
LIBS="$LIBS $PSURFACE_LIBS"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment