From 9637b42233c56f0811c7ebb0fe4e96124922a831 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 4 Mar 2010 00:27:06 -0500 Subject: Use libsandglass 0.2 API. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ea454e3..089470d 100644 --- a/configure.ac +++ b/configure.ac @@ -40,11 +40,11 @@ AC_ARG_ENABLE([pgo], AM_CONDITIONAL([PGO], [test "$enable_pgo" != "no"]) dnl Timing library for benchmarks -PKG_CHECK_MODULES([SANDGLASS], [libsandglass], +PKG_CHECK_MODULES([libsandglass], [libsandglass >= 0.2], [], [AC_MSG_WARN([libsandglass not found - benchmarking suite will not work])]) -AC_SUBST(SANDGLASS_CFLAGS) -AC_SUBST(SANDGLASS_LIBS) +AC_SUBST(libsandglass_CFLAGS) +AC_SUBST(libsandglass_LIBS) dnl Ensure compilation in C99 mode AC_DEFINE([_XOPEN_SOURCE], [600]) -- cgit v1.2.3