From 3394e70f8548a36fc86b844febe6036755909c39 Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Fri, 1 Aug 2008 23:19:24 +0000
Subject: [PATCH] Somehow LOCAL_LIBS was missing which prevented stdstream test
 from compiling.

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

diff --git a/configure.ac b/configure.ac
index 617c29573..1d5185955 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,6 +17,7 @@ DUNE_CHECK_ALL
 # preset variable to path such that #include <dune/...> works
 AC_SUBST([DUNE_COMMON_ROOT], '$(top_builddir)')
 AC_SUBST([AM_CPPFLAGS], '-I$(top_srcdir)')
+AC_SUBST([LOCAL_LIBS], '$(top_builddir)/common/libcommon.la')
 
 # write output
 AC_CONFIG_FILES([Makefile
-- 
GitLab