summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-04-25 05:53:58 +0000
committerRussell Bryant <russell@russellbryant.com>2006-04-25 05:53:58 +0000
commite386a192ee5881f8aa43dcc902eb5cd79369f650 (patch)
treee02d466f9222ecce808978be42ce3f28ed78c4e0 /makeopts.in
parent7918a7a1fd3f46754dd2123c103364ea20f984e5 (diff)
apparently some systems may have ncurses that doesn't provide backwards compat
with curses. So, check for both and use whatever is found git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22346 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index d897775b3..7350b292a 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -101,3 +101,6 @@ GSM_INCLUDE=@gsm_INCLUDE@
CURSES_LIB=@curses_LIB@
CURSES_INCLUDE=@curses_INCLUDE@
+
+NCURSES_LIB=@ncurses_LIB@
+NCURSES_INCLUDE=@ncurses_INCLUDE@