From 62abee4741960b9c741ce27dc3b333b4258a9e4a Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Wed, 22 Jun 2005 12:14:48 +0000
Subject: [PATCH] The build system can now find and integrate my very own
 psurface library.  psurface handles parametrized triangulated surface in 3d.
 In particular it can be used to have 3d UGGrids with parametrized boundaries.

[[Imported from SVN: r266]]
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 24f808ff9..5e59be852 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,7 +67,10 @@ echo
 DUNE_PATH_ALBERTA
 # UG-check
 DUNE_PATH_UG
+# Check for the AmiraMesh library
 DUNE_PATH_AMIRAMESH
+# Check for the psurface library
+DUNE_PATH_PSURFACE
 # Yaspgrid-check
 DUNE_MPI
 
-- 
GitLab