From c245a0ae7a83a04a9f66d85a49596ebf564c7279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Tue, 5 Feb 2013 15:19:36 +0100 Subject: [PATCH] Catch up to ERT library reorganisation Specifically, changing locations of headers and library renaming libgeometry.a -> libert_geometry.a --- m4/ert.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/ert.m4 b/m4/ert.m4 index b1ea21a6..a28d4b67 100644 --- a/m4/ert.m4 +++ b/m4/ert.m4 @@ -3,7 +3,7 @@ AC_DEFUN([_ERT_SOURCE_TEXT], AC_LANG_PROGRAM( [[ #include -#include +#include ]],dnl [[ int sz; @@ -30,7 +30,7 @@ AS_IF([test x"${with_ert}" != x"no"], ERT_CPPFLAGS= ERT_LDFLAGS= - ERT_LIBS="-lecl -lgeometry -lert_util -lpthread -lz -lgomp" + ERT_LIBS="-lecl -lert_geometry -lert_util -lpthread -lz -lgomp" AS_IF([test x"${with_ert}" != x"yes"], [ERT_LDFLAGS="-L${with_ert}/lib" ERT_CPPFLAGS="-I${with_ert}/include"], [:])[]dnl