Skip to content
Snippets Groups Projects
Commit 4f41aa75 authored by Stefen Guzik's avatar Stefen Guzik
Browse files

Fix for CGNS

parent d86b2344
No related branches found
No related tags found
No related merge requests found
dnl $Id: configure.in,v 1.103 2006-09-30 02:38:04 guzik Exp $ dnl $Id: configure.in,v 1.104 2006-10-01 02:48:16 guzik Exp $
dnl dnl
dnl Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle dnl Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
dnl dnl
...@@ -532,6 +532,7 @@ if test "x$enable_cgns" = "xyes"; then ...@@ -532,6 +532,7 @@ if test "x$enable_cgns" = "xyes"; then
if test "x${CGNS}" = "xyes"; then if test "x${CGNS}" = "xyes"; then
if test "x${CGNS_PREFIX}" = "x"; then if test "x${CGNS_PREFIX}" = "x"; then
GMSH_LIBS="${GMSH_LIBS} -lcgns" GMSH_LIBS="${GMSH_LIBS} -lcgns"
FLAGS="${FLAGS} -DHAVE_LIBCGNS"
else else
GMSH_LIBS="${GMSH_LIBS} -L${CGNS_PREFIX}/lib -lcgns" GMSH_LIBS="${GMSH_LIBS} -L${CGNS_PREFIX}/lib -lcgns"
FLAGS="${FLAGS} -DHAVE_LIBCGNS -I${CGNS_PREFIX}/include" FLAGS="${FLAGS} -DHAVE_LIBCGNS -I${CGNS_PREFIX}/include"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment