mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
attempt to fix detection of libdl for sqlite
This commit is contained in:
parent
ca50ea834a
commit
76dcefcee4
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user