提交 76dcefce authored 作者: Raymond Chandler's avatar Raymond Chandler 提交者: Ken Rice

attempt to fix detection of libdl for sqlite

上级 ca50ea83
......@@ -634,6 +634,7 @@ else
LIBS=""
AC_SEARCH_LIBS(tgetent, [readline ncurses curses termcap])
AC_CHECK_LIB([readline], [readline])
AC_CHECK_LIB([dl], [dlopen])
TARGET_READLINE_LIBS="$LIBS"
fi
AC_SUBST(TARGET_READLINE_LIBS)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论