Ensure that the locations given to the Asterisk configure script for ncurses,

curses, termcap, or tinfo are further passed along to the editline configure
script.  This fixes some cross-compilation environments.
(issue #8637, reported by ovi, patch by me)


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@51262 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2007-01-18 21:54:23 +00:00
parent 8d59d5173a
commit eedd121fbc
5 changed files with 154 additions and 28 deletions

View File

@@ -34,6 +34,7 @@ esac
PBX_$1=0
AC_SUBST([$1_LIB])
AC_SUBST([$1_INCLUDE])
AC_SUBST([$1_DIR])
AC_SUBST([PBX_$1])
])