summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-06-24 08:45:49 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-06-24 08:45:49 +0000
commitdf0ba5ff8b3199c9536a0d8f1f639ef279a93394 (patch)
tree93ed3cf43aeb027c757136d7ae6ce2230534e7fd /include
parent2e9099934be8b877235a85db0d9856a900d2f98b (diff)
search for Zaptel and libtonezone separately in the configure script
various other minor fixes git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35812 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/autoconfig.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 3e11ac04f..a0cf4bc9e 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -388,6 +388,9 @@
/* Define to indicate the Term Info library */
#undef HAVE_TINFO
+/* Define to indicate the tonezone library */
+#undef HAVE_TONEZONE
+
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
@@ -427,7 +430,7 @@
/* Define to 1 if `vfork' works. */
#undef HAVE_WORKING_VFORK
-/* Define to indicate the Zaptel library */
+/* Define if your system has the Zaptel headers. */
#undef HAVE_ZAPTEL
/* Define to indicate the zlib library */