Changeset 9085
- Timestamp:
- Sep 30, 2006, 8:00:19 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r9061 r9085 64 64 [AS_HELP_STRING(--enable-coverage,enable path coverage checking)], 65 65 [AC_MSG_RESULT(path coverage enabled) 66 CFLAGS="${CFLAGS=} - fprofile-arcs -ftest-coverage -pg"]66 CFLAGS="${CFLAGS=} -lgcov -fprofile-arcs -ftest-coverage -pg"] 67 67 ) 68 68 … … 308 308 dnl AC_CHECK_FILE($XML_CONFIG,[], 309 309 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.])]) 310 dnl 310 dnl 311 311 dnl AC_MSG_CHECKING([xml2 version]) 312 312 dnl XML_VERSION=`xml2-config --version` … … 320 320 dnl AC_MSG_RESULT([$XML_VERSION... yes]) 321 321 dnl fi 322 dnl 322 dnl 323 323 dnl AC_MSG_CHECKING([xml2 cflags]) 324 324 dnl XML_CFLAGS="`${XML_CONFIG} --cflags`" 325 325 dnl AC_MSG_RESULT([${XML_CFLAGS}]) 326 dnl 326 dnl 327 327 dnl AC_MSG_CHECKING([xml2 ldflags]) 328 328 dnl XML_LDFLAGS="`${XML_CONFIG} --libs`" 329 329 dnl AC_MSG_RESULT([${XML_LDFLAGS}]) 330 dnl 330 dnl 331 331 dnl PSLIB_CFLAGS="${PSLIB_CFLAGS=} ${XML_CFLAGS}" 332 332 dnl PSLIB_LIBS="${PSLIB_LIBS=} ${XML_LDFLAGS}" 333 dnl 333 dnl 334 334 dnl AC_SUBST([XML_CFLAGS]) 335 335
Note:
See TracChangeset
for help on using the changeset viewer.
