From 6b1a02746ee21861ddbd7bb7ccd46d0674904417 Mon Sep 17 00:00:00 2001 From: wcohen Date: Fri, 29 Jun 2007 18:13:49 +0000 Subject: PR 4529 * configure.ac: * Makefile.am: Limit where sqlite3 linked in. * configure: * Makefile.in: Regenerate. * coveragedb.cxx (update_coverage_db): Remove unneeded print. * coveragedb.cxx (increment_element): Correct formatting. --- configure | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 5e034dc8..ae8949d4 100755 --- a/configure +++ b/configure @@ -6654,9 +6654,8 @@ else stap_LIBS="-ldw -lebl" fi -{ echo "$as_me:$LINENO: stap will link $stap_LIBS" >&5 -echo "$as_me: stap will link $stap_LIBS" >&6;} - +save_LIBS="$LIBS" +LIBS="$stap_LIBS" { echo "$as_me:$LINENO: checking for sqlite3_open in -lsqlite3" >&5 echo $ECHO_N "checking for sqlite3_open in -lsqlite3... $ECHO_C" >&6; } @@ -6728,11 +6727,17 @@ _ACEOF else - { { echo "$as_me:$LINENO: error: missing sqlite development headers/libraries" >&5 + { { echo "$as_me:$LINENO: error: missing sqlite development headers/libraries" >&5 echo "$as_me: error: missing sqlite development headers/libraries" >&2;} { (exit 1); exit 1; }; } fi +stap_LIBS="$LIBS" +LIBS="$SAVE_LIBS" + + +{ echo "$as_me:$LINENO: stap will link $stap_LIBS" >&5 +echo "$as_me: stap will link $stap_LIBS" >&6;} date=`date +%Y-%m-%d` -- cgit