(--with-site-libraries): Add LIBS when this option is specified.
(LIBS): Moved to --with-site-libraries.
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
)
SITE_LIBS="$SITE_LIBS -L$dir"
done
LIBS=`echo "$SITE_LIBS $LIBS"|sed 's/^ *//'`
+LIBS="-ldb $LIBS"
,
if test -f /sw/include/db3/db.h; then
LIBS="-L/sw/lib -ldb-3 $LIBS"
)
# Checks for libraries.
-LIBS="-ldb $LIBS"
# Checks for header files.