mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
29 lines
946 B
Text
29 lines
946 B
Text
--- configure.orig Wed Mar 27 17:20:55 2002
|
|
+++ configure Sun Mar 31 18:07:57 2002
|
|
@@ -8483,14 +8483,14 @@
|
|
savedldflags="$LDFLAGS"
|
|
CFLAGS="$CFLAGS -I$db3dir"
|
|
LDFLAGS="-L$db3libdir $LDFLAGS"
|
|
- echo $ac_n "checking for main in -ldb""... $ac_c" 1>&6
|
|
-echo "configure:8488: checking for main in -ldb" >&5
|
|
+ echo $ac_n "checking for main in -ldb3""... $ac_c" 1>&6
|
|
+echo "configure:8488: checking for main in -ldb3" >&5
|
|
ac_lib_var=`echo db'_'main | sed 'y%./+-%__p_%'`
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
ac_save_LIBS="$LIBS"
|
|
-LIBS="-ldb $LIBS"
|
|
+LIBS="-ldb3 $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 8496 "configure"
|
|
#include "confdefs.h"
|
|
@@ -8517,7 +8517,7 @@
|
|
|
|
db3found=yes
|
|
DB3_CFLAGS="-I$db3dir"
|
|
- DB3_LIBS="-L$db3libdir -ldb"
|
|
+ DB3_LIBS="-L$db3libdir -ldb3"
|
|
DB3_PATH="`echo $db3dir | sed 's,include/db3$,,'`"
|
|
|
|
else
|