Fix -ldb-5 discovery (#215)

This commit is contained in:
Nicolas Williams
2016-12-08 18:30:45 -06:00
parent e75be174e0
commit 3422afb291

View File

@@ -53,7 +53,6 @@ case "$ac_res" in
;;
*)
eval "ac_cv_func_$1=yes"
eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
AC_DEFINE_UNQUOTED($ac_tr_func)
AC_DEFINE_UNQUOTED($ac_tr_lib)
AC_MSG_RESULT([yes, in $ac_res])