summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-01-30 23:27:16 +0000
committerRussell Bryant <russell@russellbryant.com>2007-01-30 23:27:16 +0000
commitf722121ca08f9b1f618295565c1dfad5eaf58bb8 (patch)
tree125c40028069be38c899fc9b6e8d48d2cb7ad2ea /include/asterisk/autoconfig.h.in
parentd11f8b7ccd97a6c7cb8ac32a4ebd0a49a059086b (diff)
Merged revisions 52997 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r52997 | russell | 2007-01-30 17:23:24 -0600 (Tue, 30 Jan 2007) | 5 lines When we are checking for a system installed version of libgsm, we need to check for gsm.h as well. Furthermore, when checking for this header, it may be located in a gsm/ sub directory, so check for that, as well. (issue #8773) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52998 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/autoconfig.h.in')
-rw-r--r--include/asterisk/autoconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index cafa78eb3..458bee9fd 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -159,6 +159,12 @@
/* Define to indicate the GSM library */
#undef HAVE_GSM
+/* Define to indicate that gsm.h is in gsm/gsm.h */
+#undef HAVE_GSM_GSM_HEADER
+
+/* Define to indicate that gsm.h has no prefix for its location */
+#undef HAVE_GSM_HEADER
+
/* Define if your system has the GTK libraries. */
#undef HAVE_GTK