mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 17:22:21 +00:00
pass in linker flags too
This commit is contained in:
parent
ffa14f323e
commit
7c100cc8d3
@ -635,7 +635,7 @@ else
|
|||||||
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])
|
AC_CHECK_LIB([dl], [dlopen])
|
||||||
TARGET_READLINE_LIBS="$LIBS"
|
TARGET_READLINE_LIBS="$LDFLAGS $LIBS"
|
||||||
fi
|
fi
|
||||||
AC_SUBST(TARGET_READLINE_LIBS)
|
AC_SUBST(TARGET_READLINE_LIBS)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user