mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
28 lines
902 B
Text
28 lines
902 B
Text
--- configure.orig Sun Feb 23 00:39:17 2003
|
|
+++ configure Sun Feb 23 00:39:38 2003
|
|
@@ -13066,13 +13066,13 @@
|
|
savedldflags="$LDFLAGS"
|
|
CFLAGS="$CFLAGS -I$bdbdir"
|
|
LDFLAGS="-L$bdblibdir $LDFLAGS"
|
|
- echo "$as_me:$LINENO: checking for main in -ldb" >&5
|
|
-echo $ECHO_N "checking for main in -ldb... $ECHO_C" >&6
|
|
+ echo "$as_me:$LINENO: checking for main in -ldb3" >&5
|
|
+echo $ECHO_N "checking for main in -ldb3... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_db_main+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-ldb $LIBS"
|
|
+LIBS="-ldb3 $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
/* confdefs.h. */
|
|
@@ -13118,7 +13118,7 @@
|
|
|
|
bdbfound=yes
|
|
BDB_CFLAGS="-I$bdbdir"
|
|
- BDB_LIBS="-L$bdblibdir -ldb"
|
|
+ BDB_LIBS="-L$bdblibdir -ldb3"
|
|
BDB_BIN=$bdbbindir
|
|
BDB_PATH="`echo $bdbdir | sed 's,include/db3$,,'`"
|
|
|