diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8fce4794a8..e56331ea13 100644 --- a/configure.in +++ b/configure.in @@ -351,7 +351,7 @@ main (void) ]) fi -if test $ac_cv_db3_lib_check = yes; then +if test $ac_cv_db3_lib_db3_check = yes; then DB3_LDADD="$with_db3_libs/libdb3.a" else AC_CACHE_CHECK([for -ldb-3.1 3.1.17], ac_cv_db3_lib_db31_check, |