Index: /trunk/psLib/configure.ac
===================================================================
--- /trunk/psLib/configure.ac	(revision 9084)
+++ /trunk/psLib/configure.ac	(revision 9085)
@@ -64,5 +64,5 @@
   [AS_HELP_STRING(--enable-coverage,enable path coverage checking)],
   [AC_MSG_RESULT(path coverage enabled)
-   CFLAGS="${CFLAGS=} -fprofile-arcs -ftest-coverage -pg"]
+   CFLAGS="${CFLAGS=} -lgcov -fprofile-arcs -ftest-coverage -pg"]
 )
 
@@ -308,5 +308,5 @@
 dnl AC_CHECK_FILE($XML_CONFIG,[],
 dnl     [AC_MSG_ERROR([GNOME XML C parser is required.  Obtain it at http://www.xmlsoft.org or use --with-xml2-config to specify location.])])
-dnl 
+dnl
 dnl AC_MSG_CHECKING([xml2 version])
 dnl XML_VERSION=`xml2-config --version`
@@ -320,16 +320,16 @@
 dnl     AC_MSG_RESULT([$XML_VERSION... yes])
 dnl fi
-dnl 
+dnl
 dnl AC_MSG_CHECKING([xml2 cflags])
 dnl XML_CFLAGS="`${XML_CONFIG} --cflags`"
 dnl AC_MSG_RESULT([${XML_CFLAGS}])
-dnl 
+dnl
 dnl AC_MSG_CHECKING([xml2 ldflags])
 dnl XML_LDFLAGS="`${XML_CONFIG} --libs`"
 dnl AC_MSG_RESULT([${XML_LDFLAGS}])
-dnl 
+dnl
 dnl PSLIB_CFLAGS="${PSLIB_CFLAGS=} ${XML_CFLAGS}"
 dnl PSLIB_LIBS="${PSLIB_LIBS=} ${XML_LDFLAGS}"
-dnl 
+dnl
 dnl AC_SUBST([XML_CFLAGS])
 
