forked from Mirrors/freeswitch
attempt to fix detection of libdl for sqlite
This commit is contained in:
parent
e1094cbd0f
commit
86862b24af
|
@ -634,6 +634,7 @@ else
|
||||||
LIBS=""
|
LIBS=""
|
||||||
AC_SEARCH_LIBS(tgetent, [readline ncurses curses termcap])
|
AC_SEARCH_LIBS(tgetent, [readline ncurses curses termcap])
|
||||||
AC_CHECK_LIB([readline], [readline])
|
AC_CHECK_LIB([readline], [readline])
|
||||||
|
AC_CHECK_LIB([dl], [dlopen])
|
||||||
TARGET_READLINE_LIBS="$LIBS"
|
TARGET_READLINE_LIBS="$LIBS"
|
||||||
fi
|
fi
|
||||||
AC_SUBST(TARGET_READLINE_LIBS)
|
AC_SUBST(TARGET_READLINE_LIBS)
|
||||||
|
|
Loading…
Reference in New Issue