From: Raymond Chandler Date: Tue, 4 Dec 2012 04:12:55 +0000 (-0500) Subject: attempt to fix detection of libdl for sqlite X-Git-Tag: v1.3.8~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86862b24afd0f251832ce8fe1ad547b3d61624d9;p=thirdparty%2Ffreeswitch.git attempt to fix detection of libdl for sqlite --- diff --git a/libs/sqlite/configure.ac b/libs/sqlite/configure.ac index 75d6f512d1..3522235852 100644 --- a/libs/sqlite/configure.ac +++ b/libs/sqlite/configure.ac @@ -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)