From f722121ca08f9b1f618295565c1dfad5eaf58bb8 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 30 Jan 2007 23:27:16 +0000 Subject: 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 --- include/asterisk/autoconfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/asterisk/autoconfig.h.in') 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 -- cgit v1.2.3