update.
[chise/concord.git] / configure
index 11569bc..17a8d8a 100755 (executable)
--- 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.