diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2001-06-11 Chris Toshok <toshok@ximian.com> + + * configure.in: fix typo in -ldb3 check. + 2001-06-11 JP Rosevear <jpr@ximian.com> * configure.in: Update configure checks for RedHat. /me beats a 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, |