attempt to fix detection of libdl for sqlite

This commit is contained in:
Raymond Chandler 2012-12-03 23:12:55 -05:00
parent e1094cbd0f
commit 86862b24af
1 changed files with 1 additions and 0 deletions

View File

@ -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)