Skip to content

Commit

Permalink
attempt to fix detection of libdl for sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
intralanman authored and swk committed Dec 6, 2012
1 parent ca50ea8 commit 76dcefc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/sqlite/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 76dcefc

Please sign in to comment.