From 09a9c69a384fb01515bd55496649ca0b887ab07f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Feb 2008 23:02:36 +0000 Subject: Bump redland requirement and use the pkg-config stuff. git-svn-id: http://svn.drobilla.net/lad/slv2@1128 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index be72307..d136dc8 100644 --- a/configure.ac +++ b/configure.ac @@ -114,10 +114,7 @@ else build_redland="yes" PKG_CHECK_MODULES(RAPTOR, raptor) PKG_CHECK_MODULES(RASQAL, rasqal >= 0.9.14) - REDLAND_CFLAGS=`$REDLAND_CONFIG --cflags` - REDLAND_LIBS=`$REDLAND_CONFIG --libs` - AC_SUBST(REDLAND_CFLAGS) - AC_SUBST(REDLAND_LIBS) + PKG_CHECK_MODULES(REDLAND, redland >= 1.0.6) fi AM_CONDITIONAL(WITH_REDLAND, [test "$build_redland" = "yes"]) -- cgit v1.2.1