From ca9a9833c2ac988824e93a8f79c4fec0160f89b5 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 21 Jul 2008 17:03:17 +0000 Subject: [PATCH] update. --- ChangeLog | 6 ++++++ configure | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a740136..010d543 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-07-21 MORIOKA Tomohiko + + * configure.in: Add settings for --with-site-includes=PATH and + --with-site-libraries=PATH. + + 2008-05-27 MORIOKA Tomohiko * Concord 0.0.1 released. diff --git a/configure b/configure index 11569bc..17a8d8a 100755 --- a/configure +++ b/configure @@ -19166,7 +19166,6 @@ else CFLAGS="-I/sw/include/db3 $CFLAGS" elif test -f /sw/include/db4/db.h; then CFLAGS="-I/sw/include/db4 $CFLAGS" - LIBS="-ldb $LIBS" fi fi @@ -19180,6 +19179,7 @@ do SITE_LIBS="$SITE_LIBS -L$dir" done LIBS=`echo "$SITE_LIBS $LIBS"|sed 's/^ *//'` +LIBS="-ldb $LIBS" else if test -f /sw/include/db3/db.h; then @@ -19194,7 +19194,6 @@ fi # Checks for libraries. -LIBS="-ldb $LIBS" # Checks for header files. -- 1.7.10.4