]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
attempt to fix detection of libdl for sqlite
authorRaymond Chandler <intralanman@gmail.com>
Tue, 4 Dec 2012 04:12:55 +0000 (23:12 -0500)
committerRaymond Chandler <intralanman@gmail.com>
Tue, 4 Dec 2012 04:12:55 +0000 (23:12 -0500)
libs/sqlite/configure.ac

index 75d6f512d11e26b7c425016d61509454cfb499ee..3522235852d1731d0121173459c4f9a28e61e2ea 100644 (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)