From a66e92c4d19aa3b2b65b4e57e1b60ff25cc04fe4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robert=20Kl=C3=B6fkorn?= <robertk@dune-project.org>
Date: Mon, 3 Apr 2006 19:59:34 +0000
Subject: [PATCH] remove dir operator.

[[Imported from SVN: r4453]]
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index e217652c8..5d34288ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,6 +86,7 @@ echo Checking for libraries the self-test could use:
 echo
 
 # -- check for other grid-libs so that they may be included into tests
+DUNE_PATH_GRAPE
 # Alberta-check
 DUNE_PATH_ALBERTA
 # UG-check
@@ -207,7 +208,6 @@ AC_CONFIG_FILES([Makefile
 	 io/visual/Makefile
 	 io/visual/grape/Makefile
          lib/Makefile
-         operator/Makefile
          quadrature/Makefile
          quadrature/gaussquadrature/Makefile
          quadrature/test/Makefile
-- 
GitLab