summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-12-19 08:57:45 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-12-19 08:57:45 +0000
commitea8af9b995b2693976398c58f4ee08f6d6bd4d94 (patch)
tree981366afb69df784144abb0841da4b2b20a43977 /makeopts.in
parent1d6b192ce0262db43b91bf736f15cd2d7f39082a (diff)
Properly document AST_EXT_TOOL_CHECK() and use it to check for
NETSMP and GTK (GTK is not used thoug). AST_EXT_TOOL_CHECK() could be used for checking curl status as well, perhaps with a small addition because we currently seem to require a curl version greater than X.Y.Z Add a NETSMP_INCLUDE entry in makeopts.in We don't have yet any macros for using pkg-config to check for a specific package (right now there is only gtk2+ in the category). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93898 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index 1b62b9d85..369b4bb2b 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -110,6 +110,7 @@ NCURSES_INCLUDE=@NCURSES_INCLUDE@
NCURSES_LIB=@NCURSES_LIB@
NCURSES_DIR=@NCURSES_DIR@
+NETSNMP_INCLUDE=@NETSNMP_INCLUDE@
NETSNMP_LIB=@NETSNMP_LIB@
NEWT_INCLUDE=@NEWT_INCLUDE@