diff options
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0af09b2f01..11fe3a5977 100644 --- a/configure.in +++ b/configure.in @@ -359,7 +359,7 @@ if test "$ac_cv_db3_lib_version_match" = no; then fi CPPFLAGS="$CPPFLAGS_save" -LIBS="LIBS_save" +LIBS="$LIBS_save" dnl ************************************************** |