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_CHECK_LIB([readline], [readline])
|
||||
AC_CHECK_LIB([dl], [dlopen])
|
||||
TARGET_READLINE_LIBS="$LIBS"
|
||||
TARGET_READLINE_LIBS="$LDFLAGS $LIBS"
|
||||
fi
|
||||
AC_SUBST(TARGET_READLINE_LIBS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue