summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-12-02 18:17:03 -0500
committerColin Walters <walters@verbum.org>2009-12-02 18:17:19 -0500
commit92abbe78dd7ffe0ff6d61db5f2bff0745a69115a (patch)
tree79bd41fd6b2b061f9e9657c251274c701ef1f381
parent494c1c92520917999407832453c11c2247b4e7bb (diff)
downloadgobject-introspection-92abbe78dd7ffe0ff6d61db5f2bff0745a69115a.tar.gz
[configure.ac] Followup to 494c1c92520 - restore $GCOV_LIBS
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f5f723cb..f84cd769 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,6 +133,7 @@ AC_CHECK_SIZEOF(time_t, [], [#include <time.h>])
PKG_CHECK_MODULES(GIREPO, [glib-2.0 gobject-2.0 gmodule-2.0 gio-2.0 libffi])
GIREPO_CFLAGS="$GIREPO_CFLAGS $GCOV_CFLAGS"
+GIREPO_LIBS="$GIREPO_LIBS $GCOV_LIBS"
# gtk-doc
GTK_DOC_CHECK([1.12])