avoid the weird usage of assert() in the ALSA header files that gcc 4.2 wants to...
[asterisk-bristuff.git] / configure.ac
blob4eeab859768e0bf6462447727e8ee2088b7591cf
1 # Process this file with autoconf to produce a configure script.
3 AC_PREREQ(2.60)
5 m4_define([PBX_VERSION],
6           m4_bpatsubst(m4_esyscmd([build_tools/make_version .]),
7                        [\([0-9.]*\)\(\w\|\W\)*],
8                        [\1]))
9 AC_INIT(asterisk, PBX_VERSION, www.asterisk.org)
11 # cross-compile macros
12 AC_CANONICAL_BUILD
13 AC_CANONICAL_HOST
15 # check existence of the package
16 AC_CONFIG_SRCDIR([main/asterisk.c])
18 # specify output header file
19 AC_CONFIG_HEADER(include/asterisk/autoconfig.h)
21 AC_COPYRIGHT("Asterisk")
22 AC_REVISION($Revision$)
24 AC_GNU_SOURCE
25 AC_USE_SYSTEM_EXTENSIONS        # note- does not work on FreeBSD
27 case "${host_os}" in
28      freebsd*)
29      ac_default_prefix=/usr/local
30      CPPFLAGS=-I/usr/local/include
31      LDFLAGS=-L/usr/local/lib
32      ;;
33      *)
34      ac_default_prefix=/usr
35      if test ${sysconfdir} = '${prefix}/etc'; then
36         sysconfdir=/etc
37      fi
38      if test ${mandir} = '${prefix}/man'; then
39         mandir=/usr/share/man
40      fi
41      ;;
42 esac
44 if test ${localstatedir} = '${prefix}/var'; then
45      localstatedir=/var
48 BUILD_PLATFORM=${build}
49 BUILD_CPU=${build_cpu}
50 BUILD_VENDOR=${build_vendor}
51 BUILD_OS=${build_os}
53 AC_SUBST(BUILD_PLATFORM)
54 AC_SUBST(BUILD_CPU)
55 AC_SUBST(BUILD_VENDOR)
56 AC_SUBST(BUILD_OS)
58 HOST_PLATFORM=${host}
59 HOST_CPU=${host_cpu}
60 HOST_VENDOR=${host_vendor}
61 HOST_OS=${host_os}
63 AC_SUBST(HOST_PLATFORM)
64 AC_SUBST(HOST_CPU)
65 AC_SUBST(HOST_VENDOR)
66 AC_SUBST(HOST_OS)
68 case "${host_os}" in
69      freebsd*)
70      OSARCH=FreeBSD
71      ;;
72      netbsd*)
73      OSARCH=NetBSD
74      ;;
75      openbsd*)
76      OSARCH=OpenBSD
77      ;;
78      solaris*)
79      OSARCH=SunOS
80      ;;
81      *)
82      OSARCH=${HOST_OS}
83      ;;
84 esac
86 AC_SUBST(OSARCH)
88 #  check for uname
89 AC_PATH_TOOL([UNAME], [uname], No)
90 if test ! x"${UNAME}" = xNo; then
91    PBX_OSREV=$(${UNAME} -r)
93 AC_SUBST(PBX_OSREV)
95 AH_TOP(
96 #ifndef ASTERISK_AUTOCONFIG_H
97 #define ASTERISK_AUTOCONFIG_H
99 #include "asterisk/buildopts.h"
103 AH_BOTTOM(
104 #endif
107 # cross-compile checks
108 if test "${cross_compiling}" = "yes"; 
109 then
110    AC_CHECK_TOOL(CC, gcc, :)
111    AC_CHECK_TOOL(CXX, g++, :)
112    AC_CHECK_TOOL(LD, ld, :)
113    AC_CHECK_TOOL(RANLIB, ranlib, :)
116 # Checks for programs.
117 AC_PROG_CC
118 AC_PROG_CXX
119 AC_PROG_CPP
120 AC_PROG_CXXCPP
121 # This macro is just copied into our local acinclude.m4 from libtool.m4 so that
122 # the developers regenerating the configure script don't have to install libtool.
123 AST_PROG_LD     # note - does not work on freebsd
124 AC_PROG_AWK
125 AC_PROG_INSTALL
126 AC_PROG_LN_S
127 AC_PROG_RANLIB
128 AST_CHECK_GNU_MAKE
130 AC_PATH_TOOL([STRIP], [strip], :)
131 AC_PATH_TOOL([AR], [ar], :)
133 GNU_LD=0
134 if test "x$with_gnu_ld" = "xyes" ; then
135    GNU_LD=1
137 AC_SUBST(GNU_LD)
139 AC_PATH_PROG([GREP], [grep], :)
140 AC_PATH_PROG([FIND], [find], :)
141 AC_PATH_PROG([COMPRESS], [compress], :)
142 AC_PATH_PROG([BASENAME], [basename], :)
143 AC_PATH_PROG([ID], [id], :)
144 AC_PATH_PROG([DIRNAME], [dirname], :)
145 AC_PATH_PROG([SHELL], [sh], :)
146 AC_PATH_PROG([LN], [ln], :)
147 AC_PATH_PROG([DOT], [dot], :)
148 AC_PATH_PROG([WGET], [wget], :)
149 if test "${WGET}" != ":" ; then
150   DOWNLOAD=${WGET}
151 else
152   AC_PATH_PROG([FETCH], [fetch], [:])
153   DOWNLOAD=${FETCH}
155 AC_SUBST(DOWNLOAD)
157 ACX_PTHREAD
159 AC_LANG(C)
161 AC_ARG_ENABLE(dev-mode,
162         [  --enable-dev-mode    Turn on developer mode],
163         [case "${enableval}" in
164               y|ye|yes) AST_DEVMODE=yes ;;
165               n|no)  AST_DEVMODE=no ;;
166               *) AC_MSG_ERROR(bad value ${enableval} for --enable-dev-mode)  ;;
167         esac])
168 AC_SUBST(AST_DEVMODE)
170 # package option names should be in alphabetical order
171 # by the --with option name, to make things easier for the users :-)
173 AST_EXT_LIB_SETUP([ALSA], [Advanced Linux Sound Architecture], [asound])
174 AST_EXT_LIB_SETUP([CURL], [cURL], [curl])
175 AST_EXT_LIB_SETUP([CURSES], [curses], [curses])
176 AST_EXT_LIB_SETUP([GNUTLS], [GNU TLS support (used for iksemel only)], [gnutls])
177 AST_EXT_LIB_SETUP([GSM], [GSM], [gsm], [, or 'internal'])
178 AST_EXT_LIB_SETUP([IKSEMEL], [Iksemel Jabber Library], [iksemel])
179 AST_EXT_LIB_SETUP([IMAP_TK], [UW IMAP Toolkit], [imap])
180 AST_EXT_LIB_SETUP([ISDNNET], [ISDN4Linux Library], [isdnnet])
181 AST_EXT_LIB_SETUP([KDE], [KDE], [kde])
182 AST_EXT_LIB_SETUP([LTDL], [libtool], [ltdl])
183 AST_EXT_LIB_SETUP([MISDN], [mISDN User Library], [misdn])
184 AST_EXT_LIB_SETUP([NBS], [Network Broadcast Sound], [nbs])
185 AST_EXT_LIB_SETUP([NCURSES], [ncurses], [ncurses])
186 AST_EXT_LIB_SETUP([NETSNMP], [Net-SNMP], [netsnmp])
187 AST_EXT_LIB_SETUP([NEWT], [newt], [newt])
188 AST_EXT_LIB_SETUP([UNIXODBC], [unixODBC], [odbc])
189 AST_EXT_LIB_SETUP([OGG], [OGG], [ogg])
190 AST_EXT_LIB_SETUP([OSPTK], [OSP Toolkit], [osptk])
191 AST_EXT_LIB_SETUP([OSS], [Open Sound System], [oss])
192 AST_EXT_LIB_SETUP([POPT], [popt], [popt])
193 AST_EXT_LIB_SETUP([PGSQL], [PostgreSQL], [postgres])
194 AST_EXT_LIB_SETUP([PRI], [ISDN PRI], [pri])
195 AST_EXT_LIB_SETUP([PWLIB], [PWlib], [pwlib])
196 AST_EXT_LIB_SETUP([OPENH323], [OpenH323], [h323])
197 AST_EXT_LIB_SETUP([QT], [Qt], [qt])
198 AST_EXT_LIB_SETUP([RADIUS], [Radius Client], [radius])
199 AST_EXT_LIB_SETUP([SPEEX], [Speex], [speex])
200 AST_EXT_LIB_SETUP([SQLITE], [SQLite], [sqlite])
201 AST_EXT_LIB_SETUP([SUPPSERV], [mISDN Supplemental Services], [suppserv])
202 AST_EXT_LIB_SETUP([OPENSSL], [OpenSSL], [ssl])
203 AST_EXT_LIB_SETUP([FREETDS], [FreeTDS], [tds])
204 AST_EXT_LIB_SETUP([TERMCAP], [Termcap], [termcap])
205 AST_EXT_LIB_SETUP([TINFO], [Term Info], [tinfo])
206 AST_EXT_LIB_SETUP([TONEZONE], [tonezone], [tonezone])
207 AST_EXT_LIB_SETUP([USB], [usb], [usb])
208 AST_EXT_LIB_SETUP([VORBIS], [Vorbis], [vorbis])
209 AST_EXT_LIB_SETUP([VPB], [Voicetronix API], [vpb])
210 AST_EXT_LIB_SETUP([ZLIB], [zlib], [z])
211 AST_EXT_LIB_SETUP([ZAPTEL], [Zaptel], [zaptel])
213 # check for basic system features and functionality before
214 # checking for package libraries
216 AC_FUNC_ALLOCA
217 AC_HEADER_DIRENT
218 AC_HEADER_STDC
219 AC_HEADER_SYS_WAIT
220 AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h libintl.h limits.h locale.h malloc.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h strings.h sys/file.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h syslog.h termios.h unistd.h utime.h])
222 AC_SYS_LARGEFILE
224 # Checks for typedefs, structures, and compiler characteristics.
225 AC_HEADER_STDBOOL
226 AC_C_CONST
227 AC_TYPE_UID_T
228 AC_C_INLINE
229 AC_TYPE_MODE_T
230 AC_TYPE_OFF_T
231 AC_TYPE_PID_T
232 AC_TYPE_SIZE_T
233 AC_CHECK_MEMBERS([struct stat.st_blksize])
234 AC_HEADER_TIME
235 AC_STRUCT_TM
236 AC_C_VOLATILE
237 AC_CHECK_TYPES([ptrdiff_t])
239 # Checks for library functions.
240 AC_FUNC_CHOWN
241 AC_FUNC_CLOSEDIR_VOID
242 AC_FUNC_ERROR_AT_LINE
243 AST_FUNC_FORK
244 AC_FUNC_FSEEKO
245 AC_PROG_GCC_TRADITIONAL
246 # XXX: these are commented out until we determine whether it matters if our malloc()
247 # acts exactly like glibc's or not
248 # AC_FUNC_MALLOC
249 # AC_FUNC_REALLOC
250 AC_FUNC_MEMCMP
251 AC_FUNC_MKTIME
252 AC_FUNC_MMAP
253 AC_FUNC_SELECT_ARGTYPES
254 AC_FUNC_SETVBUF_REVERSED
255 AC_TYPE_SIGNAL
256 AC_FUNC_STAT
257 AC_FUNC_STRCOLL
258 AC_FUNC_STRFTIME
259 AC_FUNC_STRNLEN
260 AC_FUNC_STRTOD
261 AC_FUNC_UTIME_NULL
262 AC_FUNC_VPRINTF
263 AC_CHECK_FUNCS([asprintf atexit bzero dup2 endpwent floor ftruncate getcwd gethostbyname gethostname getloadavg gettimeofday inet_ntoa isascii localtime_r memchr memmove memset mkdir munmap pow putenv re_comp regcomp rint select setenv socket sqrt strcasecmp strcasestr strchr strcspn strdup strerror strlcat strlcpy strncasecmp strndup strnlen strrchr strsep strspn strstr strtol strtoq unsetenv utime vasprintf])
265 # some systems already have gethostbyname_r so we don't need to build ours in main/utils.c
266 AC_SEARCH_LIBS(gethostbyname_r, [socket nsl])
268 AC_MSG_CHECKING(for gethostbyname_r with 6 arguments)
269 AC_LINK_IFELSE(
270         AC_LANG_PROGRAM([#include <stdlib.h>
271                          #include <netdb.h>],
272                         [struct hostent *he = gethostbyname_r((const char *)NULL, (struct hostent *)NULL, (char *)NULL, (int)0, (struct hostent **)NULL, (int *)NULL);]),
273         AC_MSG_RESULT(yes)
274         AC_DEFINE([HAVE_GETHOSTBYNAME_R_6], 1, [Define to 1 if your system has gethostbyname_r with 6 arguments.]),
275         AC_MSG_RESULT(no)
278 AC_MSG_CHECKING(for gethostbyname_r with 5 arguments)
279 AC_LINK_IFELSE(
280         AC_LANG_PROGRAM([#include <stdlib.h>
281                          #include <netdb.h>],
282                         [struct hostent *he = gethostbyname_r((const char *)NULL, (struct hostent *)NULL, (char *)NULL, (int)0, (int *)NULL);]),
283         AC_MSG_RESULT(yes)
284         AC_DEFINE([HAVE_GETHOSTBYNAME_R_5], 1, [Define to 1 if your system has gethostbyname_r with 5 arguments.]),
285         AC_MSG_RESULT(no)
288 AC_MSG_CHECKING(for PTHREAD_RWLOCK_INITIALIZER)
289 AC_LINK_IFELSE(
290         AC_LANG_PROGRAM([#include <pthread.h>],
291                         [int foo = PTHREAD_RWLOCK_INITIALIZER;]),
292         AC_MSG_RESULT(yes)
293         AC_DEFINE([HAVE_PTHREAD_RWLOCK_INITIALIZER], 1, [Define to 1 if your system has PTHREAD_RWLOCK_INITIALIZER.]),
294         AC_MSG_RESULT(no)
297 AC_MSG_CHECKING(for PTHREAD_RWLOCK_PREFER_WRITER_NP)
298 AC_LINK_IFELSE(
299         AC_LANG_PROGRAM([#include <pthread.h>],
300                         [int foo = PTHREAD_RWLOCK_PREFER_WRITER_NP;]),
301         AC_MSG_RESULT(yes)
302         AC_DEFINE([HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP], 1, [Define to 1 if your system has PTHREAD_RWLOCK_PREFER_WRITER_NP.]),
303         AC_MSG_RESULT(no)
306 AC_MSG_CHECKING(for compiler atomic operations)
307 AC_LINK_IFELSE(
308 AC_LANG_PROGRAM([], [int foo1; int foo2 = __sync_fetch_and_add(&foo1, 1);]),
309 AC_MSG_RESULT(yes)
310 AC_DEFINE([HAVE_GCC_ATOMICS], 1, [Define to 1 if your GCC C compiler provides atomic operations.]),
311 AC_MSG_RESULT(no)
314 AST_GCC_ATTRIBUTE(pure)
315 AST_GCC_ATTRIBUTE(malloc)
316 AST_GCC_ATTRIBUTE(const)
317 AST_GCC_ATTRIBUTE(unused)
318 AST_GCC_ATTRIBUTE(always_inline)
320 AC_MSG_CHECKING(for -ffunction-sections support)
321 saved_CFLAGS="${CFLAGS}"
322 CFLAGS="${CFLAGS} -ffunction-sections"
323 AC_COMPILE_IFELSE(
324         AC_LANG_PROGRAM([], [int x = 1;]),
325         AC_MSG_RESULT(yes)
326         [saved_LDFLAGS="${LDFLAGS}"]
327         [LDFLAGS="${LDFLAGS} -Wl,--gc-sections"]
328         AC_MSG_CHECKING(for --gc-sections support)
329         AC_LINK_IFELSE(
330                 AC_LANG_PROGRAM([], [int x = 1;]),
331                 AC_MSG_RESULT(yes)
332                 [GC_CFLAGS="-ffunction-sections"]
333                 [[GC_LDFLAGS="-Wl,--gc-sections"]],
334                 AC_MSG_RESULT(no)
335         )
336         [LDFLAGS="${saved_LDFLAGS}"],
337         AC_MSG_RESULT(no)
339 CFLAGS="${saved_CFLAGS}"
340 AC_SUBST(GC_CFLAGS)
341 AC_SUBST(GC_LDFLAGS)
343 AC_MSG_CHECKING(for -Wdeclaration-after-statement support)
344 if $(${CC} -Wdeclaration-after-statement -S -o /dev/null -xc /dev/null > /dev/null 2>&1); then
345    AC_MSG_RESULT(yes)
346    AST_DECLARATION_AFTER_STATEMENT=-Wdeclaration-after-statement
347 else
348         AC_MSG_RESULT(no)
349         AST_DECLARATION_AFTER_STATEMENT=
351 AC_SUBST(AST_DECLARATION_AFTER_STATEMENT)
353 AC_MSG_CHECKING(for res_ninit)
354 AC_LINK_IFELSE(
355         AC_LANG_PROGRAM([#include <resolv.h>],
356                         [int foo = res_ninit(NULL);]),
357         AC_MSG_RESULT(yes)
358         AC_DEFINE([HAVE_RES_NINIT], 1, [Define to 1 if your system has the re-entrant resolver functions.])
359         AC_MSG_CHECKING(for res_ndestroy)
360         AC_LINK_IFELSE(
361                 AC_LANG_PROGRAM([#include <resolv.h>],
362                                 [int foo = res_ndestroy(NULL);]),
363                 AC_MSG_RESULT(yes)
364                 AC_DEFINE([HAVE_RES_NDESTROY], 1, [Define to 1 if your system has the ndestroy resolver function.]),
365                 AC_MSG_RESULT(no)
366         ),
367         AC_MSG_RESULT(no)
370 AC_MSG_CHECKING(for RTLD_NOLOAD)
371 AC_LINK_IFELSE(
372         AC_LANG_PROGRAM([#include <dlfcn.h>],
373                         [int foo = RTLD_NOLOAD;]),
374         AC_MSG_RESULT(yes)
375         AC_DEFINE([HAVE_RTLD_NOLOAD], 1, [Define to 1 if your system has a dynamic linker that supports RTLD_NOLOAD.]),
376         AC_MSG_RESULT(no)
379 AC_MSG_CHECKING(for IP_MTU_DISCOVER)
380 AC_LINK_IFELSE(
381         AC_LANG_PROGRAM([#include <netinet/in.h>],
382                         [int foo = IP_MTU_DISCOVER;]),
383         AC_MSG_RESULT(yes)
384         AC_DEFINE([HAVE_IP_MTU_DISCOVER], 1, [Define to 1 if your system has PMTU discovery on UDP sockets.]),
385         AC_MSG_RESULT(no)
388 AC_CHECK_HEADER([libkern/OSAtomic.h],
389                 [AC_DEFINE_UNQUOTED([HAVE_OSX_ATOMICS], 1, [Define to 1 if OSX atomic operations are supported.])])
391 AC_CHECK_SIZEOF(int)
393 # do the package library checks now
395 AST_EXT_LIB_CHECK([ALSA], [asound], [snd_spcm_init], [alsa/asoundlib.h], [-lm -ldl])
397 AST_EXT_LIB_CHECK([CURSES], [curses], [initscr], [curses.h])
399 GSM_INTERNAL="yes"
400 AC_SUBST(GSM_INTERNAL)
401 GSM_SYSTEM="yes"
402 if test "${USE_GSM}" != "no"; then
403    if test "${GSM_DIR}" = "internal"; then
404       GSM_SYSTEM="no"
405    elif test "${GSM_DIR}" != ""; then
406       GSM_INTERNAL="no"
407    fi
408    if test "${GSM_SYSTEM}" = "yes"; then
409       gsmlibdir=""
410       if test "x${GSM_DIR}" != "x"; then
411          if test -d ${GSM_DIR}/lib; then
412             gsmlibdir="-L${GSM_DIR}/lib"
413          else
414             gsmlibdir="-L${GSM_DIR}"
415          fi
416       fi
417       AC_CHECK_LIB([gsm], [gsm_create], AC_DEFINE_UNQUOTED([HAVE_GSM], 1,
418       [Define to indicate the GSM library]), [], ${gsmlibdir})
419       if test "${ac_cv_lib_gsm_gsm_create}" = "yes"; then
420          if test "x${GSM_DIR}" != "x" ; then
421             AC_CHECK_HEADER([${GSM_DIR}/include/gsm.h], [GSM_HEADER_FOUND=1], [GSM_HEADER_FOUND=0])
422             AC_CHECK_HEADER([${GSM_DIR}/include/gsm/gsm.h], [GSM_GSM_HEADER_FOUND=1], [GSM_GSM_HEADER_FOUND=0])
423          else
424             AC_CHECK_HEADER([gsm.h], [GSM_HEADER_FOUND=1], [GSM_HEADER_FOUND=0])
425             AC_CHECK_HEADER([gsm/gsm.h], [GSM_GSM_HEADER_FOUND=1], [GSM_GSM_HEADER_FOUND=0])
426          fi
427          if test "${GSM_HEADER_FOUND}" = "0" ; then
428             if test "{GSM_GSM_HEADER_FOUND}" = "0" ; then
429                if test "x${GSM_MANDATORY}" = "xyes" ; then
430                   AC_MSG_NOTICE([***])
431                   AC_MSG_NOTICE([*** It appears that you do not have the gsm development package installed.])
432                   AC_MSG_NOTICE([*** Please install it to include ${GSM_DESCRIP} support, or re-run configure])
433                   AC_MSG_NOTICE([*** without explicitly specifying --with-${GSM_OPTION}])
434                   exit 1
435                fi
436             fi
437          fi
438          GSM_OK=0
439          if test "${GSM_HEADER_FOUND}" = "1" ; then
440             AC_DEFINE_UNQUOTED([HAVE_GSM_HEADER], 1, [Define to indicate that gsm.h has no prefix for its location])
441             GSM_OK=1
442          else
443             if test "${GSM_GSM_HEADER_FOUND}" = "1" ; then
444                AC_DEFINE_UNQUOTED([HAVE_GSM_GSM_HEADER], 1, [Define to indicate that gsm.h is in gsm/gsm.h])
445                GSM_OK=1
446             fi
447          fi
448          if test "${GSM_OK}" = "1" ; then
449             GSM_LIB="-lgsm"
450             if test "x${GSM_DIR}" != "x"; then
451                GSM_LIB="${gsmlibdir} ${GSM_LIB}"
452                GSM_INCLUDE="-I${GSM_DIR}/include"
453             fi
454             PBX_GSM=1
455             GSM_INTERNAL="no"
456          fi
457       fi
458    fi
459    if test "${GSM_INTERNAL}" = "yes"; then
460       PBX_GSM=1
461       AC_DEFINE_UNQUOTED([HAVE_GSM_HEADER], 1, [Define to indicate that gsm.h has no prefix for its location])
462    fi
465 AST_EXT_LIB_CHECK([IKSEMEL], [iksemel], [iks_start_sasl], [iksemel.h])
467 if test "${PBX_IKSEMEL}" = 1; then
468    AST_EXT_LIB_CHECK([GNUTLS], [gnutls], [gnutls_bye], [gnutls/gnutls.h], [-lz -lgcrypt -lgpg-error])
471 if test "${USE_IMAP_TK}" != "no"; then
472    if test "${IMAP_TK_DIR}" = ""; then
473       IMAP_TK_DIR=`pwd`"/../imap-2004g"
474       if test  -n "${IMAP_TK_MANDATORY}"; then
475          AC_MSG_NOTICE([The --with-imap option does not search your system for installed])
476          AC_MSG_NOTICE([c-client library/header files. Since you did not provide a path])
477          AC_MSG_NOTICE([the configure script will assume you have placed built the c-client])
478          AC_MSG_NOTICE([files at ${IMAP_TK_DIR}, as outlined in the doc/imapstorage.txt file.])
479       fi
480    fi
481    AC_MSG_CHECKING(for UW IMAP Toolkit c-client library)
482    saved_cppflags="${CPPFLAGS}"
483    saved_libs="${LIBS}"
484    if test -f ${IMAP_TK_DIR}/c-client/LDFLAGS ; then
485       imap_ldflags=`cat ${IMAP_TK_DIR}/c-client/LDFLAGS`
486    fi
487    CPPFLAGS="${CPPFLAGS} -I${IMAP_TK_DIR}/c-client"
488    LIBS="${LIBS} ${IMAP_TK_DIR}/c-client/c-client.a "`echo ${imap_ldflags}`
489    AC_LINK_IFELSE(
490         AC_LANG_PROGRAM(
491                 [#include "c-client.h"
492                 void mm_searched (MAILSTREAM *stream,unsigned long number)
493                 {
494                 }
495                 void mm_exists (MAILSTREAM *stream,unsigned long number)
496                 {
497                 }
498                 void mm_expunged (MAILSTREAM *stream,unsigned long number)
499                 {
500                 }
501                 void mm_flags (MAILSTREAM *stream,unsigned long number)
502                 {
503                 }
504                 void mm_notify (MAILSTREAM *stream,char *string,long errflg)
505                 {
506                 }
507                 void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
508                 {
509                 }
510                 void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
511                 {
512                 }
513                 void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
514                 {
515                 }
516                 void mm_log (char *string,long errflg)
517                 {
518                 }
519                 void mm_dlog (char *string)
520                 {
521                 }
522                 void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
523                 {
524                 }
525                 void mm_critical (MAILSTREAM *stream)
526                 {
527                 }
528                 void mm_nocritical (MAILSTREAM *stream)
529                 {
530                 }
531                 long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
532                 {
533                 }
534                 void mm_fatal (char *string)
535                 {
536                 }],
537                 [
538                 MAILSTREAM *foo = mail_open(NULL, "", 0);
539                 ]
540         ),
541         [ac_cv_imap_tk="yes"],
542         [ac_cv_imap_tk="no"]
543    )
544    if test "${ac_cv_imap_tk}" = "yes"; then
545    AC_LINK_IFELSE(
546       AC_LANG_PROGRAM(
547          [#include "c-client.h"
548          void mm_searched (MAILSTREAM *stream,unsigned long number)
549          {
550          }
551          void mm_exists (MAILSTREAM *stream,unsigned long number)
552          {
553          }
554          void mm_expunged (MAILSTREAM *stream,unsigned long number)
555          {
556          }
557          void mm_flags (MAILSTREAM *stream,unsigned long number)
558          {
559          }
560          void mm_notify (MAILSTREAM *stream,char *string,long errflg)
561          {
562          }
563          void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
564          {
565          }
566          void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes)
567          {
568          }
569          void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status)
570          {
571          }
572          void mm_log (char *string,long errflg)
573          {
574          }
575          void mm_dlog (char *string)
576          {
577          }
578          void mm_login (NETMBX *mb,char *user,char *pwd,long trial)
579          {
580          }
581          void mm_critical (MAILSTREAM *stream)
582          {
583          }
584          void mm_nocritical (MAILSTREAM *stream)
585          {
586          }
587          long mm_diskerror (MAILSTREAM *stream,long errcode,long serious)
588          {
589          }
590          void mm_fatal (char *string)
591          {
592          }],
593          [
594          long check = mail_expunge_full(NULL, "", 0);
595          ]
596       ),
597       [ac_cv_imap_tk2006="yes"],
598       [ac_cv_imap_tk2006="no"]
599   )
600   fi
601    CPPFLAGS="${saved_cppflags}"
602    LIBS="${saved_libs}"
603    if test "${ac_cv_imap_tk}" = "yes"; then
604       AC_MSG_RESULT(yes) 
605       IMAP_TK_LIB="${IMAP_TK_DIR}/c-client/c-client.a "`echo ${imap_ldflags}`
606       IMAP_TK_INCLUDE="-I${IMAP_TK_DIR}/c-client"
607       PBX_IMAP_TK=1
608       AC_DEFINE([HAVE_IMAP_TK], 1, [Define if your system has the UW IMAP Toolkit c-client library.])
609       if test "${ac_cv_imap_tk2006}" = "yes"; then
610          AC_DEFINE([HAVE_IMAP_TK2006], 1, [Define if your system has the UW IMAP Toolkit c-client library version 2006 or greater.])
611       fi
612    elif test -n "${IMAP_TK_MANDATORY}"; then
613       AC_MSG_RESULT(no) 
614       AC_MSG_NOTICE([***])
615       AC_MSG_NOTICE([*** The UW IMAP Toolkit installation on this system appears to be broken.])
616       AC_MSG_NOTICE([*** Either correct the installation, or run configure])
617       AC_MSG_NOTICE([*** including --without-imap.])
618       exit 1
619    else
620       AC_MSG_RESULT(no) 
621    fi
624 # Needed by unixodbc
625 AST_EXT_LIB_CHECK([LTDL], [ltdl], [lt_dlinit], [ltdl.h], [])
627 AC_LANG_PUSH(C++)
629 if test "${USE_KDE}" != "no"; then
630    AC_MSG_CHECKING(for crashHandler in -lkdecore)
631    saved_libs="${LIBS}"
632    saved_cppflags="${CPPFLAGS}"
633    CPPFLAGS="${CPPFLAGS} -I${KDE_DIR}/include"
634    if test -d ${KDE_DIR}/lib; then
635       kdelibdir="${KDE_DIR}/lib"
636    else
637       kdelibdir="${KDE_DIR}"
638    fi
639    LIBS="${LIBS} -L${kdelibdir} -lkdecore"
641    AC_LINK_IFELSE(
642         [AC_LANG_PROGRAM(
643                         [#include "kcrash.h"],
644                         [KCrash::defaultCrashHandler(1);])
645         ],
646         [ac_cv_lib_kde_crash="yes"],
647         [ac_cv_lib_kde_crash="no"])
648                 
649    LIBS="${saved_libs}"
650    CPPFLAGS="${saved_cppflags}"
651         
652    if test "${ac_cv_lib_kde_crash}" = "yes"; then
653       AC_MSG_RESULT(yes) 
654       KDE_LIB="-lkdecore -lkdeui"
655       if test "${KDE_DIR}" != ""; then
656          KDE_LIB="-L${kdelibdir} ${KDE_LIB}"
657          KDE_INCLUDE="-I${KDE_DIR}/include"
658       fi
659       PBX_KDE=1
660       AC_DEFINE([HAVE_LIBKDE], 1, [Define if your system has the KDE libraries.])
661    elif test -n "${KDE_MANDATORY}"; then
662       AC_MSG_RESULT(no) 
663       AC_MSG_NOTICE([***])
664       AC_MSG_NOTICE([*** The KDE installation on this system appears to be broken.])
665       AC_MSG_NOTICE([*** Either correct the installation, or run configure])
666       AC_MSG_NOTICE([*** including --without-kde.])
667       exit 1
668    else
669       AC_MSG_RESULT(no) 
670    fi
672 if test "${PBX_KDE}" = 1; then
673    AC_PATH_TOOL(KDEINIT, kdeinit, No)
674    if test ! x"${KDEINIT}" = xNo; then
675       KDEDIR=$(${DIRNAME} ${KDEINIT})
676       KDEDIR=$(${DIRNAME} ${KDEDIR})
677    fi
678    AC_SUBST([KDEDIR])
681 AC_LANG_POP
683 AST_EXT_LIB_CHECK([MISDN], [mISDN], [mISDN_open], [mISDNuser/mISDNlib.h])
685 if test "${PBX_MISDN}" = 1; then
686    AST_EXT_LIB_CHECK([ISDNNET], [isdnnet], [init_manager], [mISDNuser/isdn_net.h], [-lmISDN -lpthread])
687    AST_EXT_LIB_CHECK([SUPPSERV], [suppserv], [encodeFac], [mISDNuser/suppserv.h])
688    AC_CHECK_HEADER([linux/mISDNdsp.h], [AC_DEFINE_UNQUOTED([MISDN_1_2], 1, [Build chan_misdn for mISDN 1.2 or later.])])
691 AST_EXT_LIB_CHECK([NBS], [nbs], [nbs_connect], [nbs.h])
693 AST_EXT_LIB_CHECK([NCURSES], [ncurses], [initscr], [curses.h])
695 NETSNMP_CONFIG=No
696 if test "${USE_NETSNMP}" != "no"; then  
697    if test "x${NETSNMP_DIR}" != "x"; then
698       AC_PATH_TOOL([NETSNMP_CONFIG], [net-snmp-config], No, [${NETSNMP_DIR}/bin])
699       if test x"${NETSNMP_CONFIG}" = xNo; then
700          AC_MSG_NOTICE([***])
701          AC_MSG_NOTICE([*** net-snmp-config was not found in the path you specified:])
702          AC_MSG_NOTICE([*** ${NETSNMP_DIR}/bin])
703          AC_MSG_NOTICE([*** Either correct the installation, or run configure])
704          AC_MSG_NOTICE([*** including --without-netsnmp])
705          exit 1
706       fi
707    else
708       AC_PATH_TOOL([NETSNMP_CONFIG], [net-snmp-config], No)
709    fi
711 if test x"${NETSNMP_CONFIG}" != xNo; then
712    NETSNMP_libs=`${NETSNMP_CONFIG} --agent-libs`
713    
714    AC_CHECK_LIB([netsnmp], [snmp_register_callback], AC_DEFINE_UNQUOTED([HAVE_NETSNMP], 1,
715    [Define to indicate the Net-SNMP library]), [], ${NETSNMP_libs})
717    if test "${ac_cv_lib_netsnmp_snmp_register_callback}" = "yes"; then
718       NETSNMP_LIB="${NETSNMP_libs}"
719       PBX_NETSNMP=1
720    elif test -n "${NETSNMP_MANDATORY}";
721    then
722       AC_MSG_NOTICE([***])
723       AC_MSG_NOTICE([*** The Net-SNMP installation on this system appears to be broken.])
724       AC_MSG_NOTICE([*** Either correct the installation, or run configure])
725       AC_MSG_NOTICE([*** including --without-netsnmp])
726       exit 1
727    fi
728 elif test -n "${NETSNMP_MANDATORY}";
729 then
730    AC_MSG_NOTICE([***])
731    AC_MSG_NOTICE([*** The Net-SNMP installation on this system appears to be broken.])
732    AC_MSG_NOTICE([*** Either correct the installation, or run configure])
733    AC_MSG_NOTICE([*** including --without-netsnmp])
734    exit 1
737 AST_EXT_LIB_CHECK([NEWT], [newt], [newtBell], [newt.h])
739 AST_EXT_LIB_CHECK([UNIXODBC], [odbc], [SQLConnect], [sql.h], [])
741 AST_EXT_LIB_CHECK([OGG], [ogg], [ogg_sync_init], [])
743 if test "${USE_OSS}" != "no"; then
744 PBX_OSS=0
745 AC_CHECK_HEADER([linux/soundcard.h],
746                 [
747                 PBX_OSS=1
748                 AC_DEFINE_UNQUOTED([HAVE_OSS], 1, [Define to indicate the Open Sound System library])
749                 ])
750 if test "$PBX_OSS" = "0"; then
751    AC_CHECK_HEADER([sys/soundcard.h],
752                    [
753                    PBX_OSS=1
754                    AC_DEFINE_UNQUOTED([HAVE_OSS], 1, [Define to indicate the Open Sound System library])
755                    ])
757 if test "$PBX_OSS" = "0"; then
758    AST_EXT_LIB_CHECK([OSS], [ossaudio], [oss_ioctl_mixer], [soundcard.h])
762 PG_CONFIG=No
763 if test "${USE_PGSQL}" != "no"; then    
764    if test "x${PGSQL_DIR}" != "x"; then
765       AC_PATH_TOOL([PG_CONFIG], [pg_config], No, [${PGSQL_DIR}/bin])
766       if test x"${PG_CONFIG}" = xNo; then
767          AC_MSG_NOTICE([***])
768          AC_MSG_NOTICE([*** pg_config was not found in the path you specified:])
769          AC_MSG_NOTICE([*** ${PGSQL_DIR}/bin])
770          AC_MSG_NOTICE([*** Either correct the installation, or run configure])
771          AC_MSG_NOTICE([*** including --without-postgres])
772          exit 1
773       fi
774    else
775       AC_PATH_TOOL([PG_CONFIG], [pg_config], No)
776    fi
778 if test "${PG_CONFIG}" != No; then
779    PGSQL_libdir=`${PG_CONFIG} --libdir`
780    PGSQL_includedir=`${PG_CONFIG} --includedir`
782    if test "x$?" != "x0" ; then
783       if test -n "${PGSQL_MANDATORY}" ; then
784          AC_MSG_NOTICE([***])
785          AC_MSG_NOTICE([*** The PostgreSQL installation on this system appears to be broken.])
786          AC_MSG_NOTICE([*** Either correct the installation, or run configure])
787          AC_MSG_NOTICE([*** including --without-postgres])
788          exit 1
789           fi
790    else 
791       AC_CHECK_LIB([pq], [PQexec], AC_DEFINE_UNQUOTED([HAVE_PGSQL], 1,
792       [Define to indicate the PostgreSQL library]), [], -L${PGSQL_libdir} -lz)
794       if test "${ac_cv_lib_pq_PQexec}" = "yes"; then
795          PGSQL_LIB="-L${PGSQL_libdir} -lpq -lz"
796          PGSQL_INCLUDE="-I${PGSQL_includedir}"
797          PBX_PGSQL=1
798       elif test -n "${PGSQL_MANDATORY}";
799       then
800          AC_MSG_NOTICE([***])
801          AC_MSG_NOTICE([*** The PostgreSQL installation on this system appears to be broken.])
802          AC_MSG_NOTICE([*** Either correct the installation, or run configure])
803          AC_MSG_NOTICE([*** including --without-postgres])
804          exit 1
805       fi
806    fi
807 elif test -n "${PGSQL_MANDATORY}";
808 then
809    AC_MSG_NOTICE([***])
810    AC_MSG_NOTICE([*** The PostgreSQL installation on this system appears to be broken.])
811    AC_MSG_NOTICE([*** Either correct the installation, or run configure])
812    AC_MSG_NOTICE([*** including --without-postgres])
813    exit 1
816 AST_EXT_LIB_CHECK([POPT], [popt], [poptStrerror], [popt.h])
818 AST_EXT_LIB_CHECK([PRI], [pri], [pri_keypad_facility], [libpri.h])
820 if test "${USE_PWLIB}" != "no"; then
821         if test -n "${PWLIB_DIR}"; then
822                 PWLIBDIR="${PWLIB_DIR}"
823         fi
824         AST_CHECK_PWLIB()
825         AST_CHECK_PWLIB_VERSION([PWLib], [PWLIB], [ptbuildopts.h], [1], [9], [2])
826                 
827         if test "${HAS_PWLIB:-unset}" != "unset"; then
828                 AST_CHECK_OPENH323_PLATFORM()
830                 PLATFORM_PWLIB="pt_${PWLIB_PLATFORM}_r"
832                 AST_CHECK_PWLIB_BUILD([PWLib], [PWLIB],
833                         [Define if your system has the PWLib libraries.],
834                         [#include "ptlib.h"],
835                         [BOOL q = PTime::IsDaylightSavings();])
836         fi
839 if test "${USE_PWLIB}" != "no" -a "x${ac_cv_lib_PWLIB}" != "xyes" -a -n "${PWLIB_MANDATORY}"; then
840    AC_MSG_NOTICE([***])
841    AC_MSG_NOTICE([*** The PWLIB installation on this system appears to be broken.])
842    AC_MSG_NOTICE([*** Either correct the installation, or run configure])
843    AC_MSG_NOTICE([*** including --without-pwlib])
844    exit 1
847 if test "${PBX_PWLIB}" = "1" -a "${USE_OPENH323}" != "no" ; then
848         if test -n "${OPENH323_DIR}"; then
849                 OPENH323DIR="${OPENH323_DIR}"
850         fi
851         AST_CHECK_OPENH323()
852         AST_CHECK_PWLIB_VERSION([OpenH323], [OPENH323], [openh323buildopts.h], [1], [17], [3])
853         AST_CHECK_OPENH323_BUILD()
854         PLATFORM_OPENH323="h323_${PWLIB_PLATFORM}_${OPENH323_SUFFIX}"
855         AST_CHECK_PWLIB_BUILD([OpenH323], [OPENH323],
856                 [Define if your system has the OpenH323 libraries.],
857                 [#include "ptlib.h"
858                 #include "h323.h"
859                 #include "h323ep.h"],
860                 [H323EndPoint ep = H323EndPoint();],
861                 [${PWLIB_INCLUDE}], [${PWLIB_LIB}])
863 if test "${USE_OPENH323}" != "no" -a "x${ac_cv_lib_OPENH323}" != "xyes" -a -n "${OPENH323_MANDATORY}"; then
864    AC_MSG_NOTICE([***])
865    AC_MSG_NOTICE([*** The OPENH323 installation on this system appears to be broken.])
866    AC_MSG_NOTICE([*** Either correct the installation, or run configure])
867    AC_MSG_NOTICE([*** including --without-h323])
868    exit 1
872 AC_LANG_PUSH(C++)
874 if test "${USE_QT}" != "no"; then
875    AC_MSG_CHECKING(for QDate in -lqt)
876    saved_libs="${LIBS}"
877    saved_cppflags="${CPPFLAGS}"
878    if test "x${QT_DIR}" != "x"; then
879       LIBS="${LIBS} -L${QT_DIR}/lib"
880       CPPFLAGS="${CPPFLAGS} -I${QT_DIR}/include"
881    fi
882    LIBS="${LIBS} -lqt"
883    qtlib="qt"
884    AC_LINK_IFELSE(
885         [
886                 AC_LANG_PROGRAM(
887                 [#include <qt3/qdatetime.h>],
888                 [QDate date();])
889         ],
890         [ac_cv_lib_qt_qt_date="yes"],
891         [ac_cv_lib_qt_qt_date="no"])
892    LIBS="${saved_libs}"
893    CPPFLAGS="${saved_cppflags}"
894         
895    if test "${ac_cv_lib_qt_qt_date}" = "no"; then
896       saved_libs="${LIBS}"
897       saved_cppflags="${CPPFLAGS}"
898       if test "x${QT_DIR}" != "x"; then
899          LIBS="${LIBS} -L${QT_DIR}/lib"
900          CPPFLAGS="${CPPFLAGS} -I${QT_DIR}/include"
901       fi
902       LIBS="${LIBS} -lqt-mt"
903       qtlib="qt-mt"     
904       AC_LINK_IFELSE(
905                 [
906                         AC_LANG_PROGRAM(
907                         [#include <qt3/qdatetime.h>],
908                         [QDate date();])
909                 ],
910                 [ac_cv_lib_qt_qt_date="yes"],
911                 [ac_cv_lib_qt_qt_date="no"])
912       LIBS="${saved_libs}"
913       CPPFLAGS="${saved_cppflags}"
914    fi   
916    if test "${ac_cv_lib_qt_qt_date}" = "yes"; then
917       AC_MSG_RESULT(yes) 
918    else
919       AC_MSG_RESULT(no) 
920    fi
921         
922    if test "${ac_cv_lib_qt_qt_date}" = "yes"; then
923       QT_LIB="-l${qtlib}"
924       if test "${QT_DIR}" != ""; then
925          QT_LIB="-L${QT_DIR}/lib ${QT_LIB}"
926          QT_INCLUDE="-I${QT_DIR}/include"
927       fi
928       PBX_QT=1
929       AC_DEFINE([HAVE_QT], 1, [Define if your system has the Qt library])
930       AC_PATH_TOOL(QTMOC, moc, No)
931    elif test -n "${QT_MANDATORY}"; 
932    then
933       AC_MSG_NOTICE([***])
934       AC_MSG_NOTICE([*** The Qt installation on this system appears to be broken.])
935       AC_MSG_NOTICE([*** Either correct the installation, or run configure])
936       AC_MSG_NOTICE([*** including --without-qt.])
937       exit 1
938    fi
941 AC_LANG_POP
943 AST_EXT_LIB_CHECK([RADIUS], [radiusclient-ng], [rc_read_config], [radiusclient-ng.h])
945 AST_EXT_LIB_CHECK([SPEEX], [speex], [speex_encode], [speex/speex.h], [-lm])
947 AST_EXT_LIB_CHECK([SQLITE], [sqlite], [sqlite_exec], [sqlite.h])
949 AST_EXT_LIB_CHECK([OPENSSL], [ssl], [ssl2_connect], [openssl/ssl.h], [-lcrypto])
950 if test "$PBX_OPENSSL" = "1";
951 then
952     AST_EXT_LIB_CHECK([OSPTK], [osptk], [OSPPCryptoDecrypt], [osp/osp.h], [-lcrypto -lssl])
955 AST_EXT_LIB_CHECK([FREETDS], [tds], [tds_version], [tds.h])
956 if test "${PBX_FREETDS}" != "0";
957 then
958     case `grep TDS_VERSION_NO ${FREETDS_DIR:-/usr}/include/tdsver.h` in
959         *0.64*)
960                 FREETDS_INCLUDE="${FREETDS_INCLUDE} -DFREETDS_0_64"
961         ;;
962     *0.63*)
963         FREETDS_INCLUDE="${FREETDS_INCLUDE} -DFREETDS_0_63"
964         ;;
965     *0.62*)
966         FREETDS_INCLUDE="${FREETDS_INCLUDE} -DFREETDS_0_62"
967         ;;
968     *)
969         FREETDS_INCLUDE="${FREETDS_INCLUDE} -DFREETDS_PRE_0_62"
970         ;;
971     esac
974 AST_EXT_LIB_CHECK([TERMCAP], [termcap], [tgetent], [])
976 AST_EXT_LIB_CHECK([TINFO], [tinfo], [tgetent], [])
978 if test "${host_os}" != "linux-gnu" ; then
979   tonezone_extra="-lm"
982 AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [zaptel/tonezone.h], [${tonezone_extra}])
984 AST_EXT_LIB_CHECK([USB], [usb], [usb_init], [usb.h], [])
986 AST_EXT_LIB_CHECK([VORBIS], [vorbis], [vorbis_info_init], [vorbis/codec.h], [-lm -lvorbisenc])
988 AC_LANG_PUSH(C++)
990 if test "${USE_VPB}" != "no"; then
991    AC_MSG_CHECKING(for vpb_open in -lvpb)
992    saved_libs="${LIBS}"
993    saved_cppflags="${CPPFLAGS}"
994    if test "x${VPB_DIR}" != "x"; then
995       if test -d ${VPB_DIR}/lib; then
996          vpblibdir=${VPB_DIR}/lib
997       else
998          vpblibdir=${VPB_DIR}
999       fi
1000       LIBS="${LIBS} -L${vpblibdir}"
1001       CPPFLAGS="${CPPFLAGS} -I${VPB_DIR}/include"
1002    fi
1003    LIBS="${LIBS} -lvpb -lpthread"
1004    AC_LINK_IFELSE(
1005         [
1006         AC_LANG_PROGRAM(
1007         [#include <vpbapi.h>],
1008         [int q = vpb_open(0,0);])
1009         ],
1010         [       AC_MSG_RESULT(yes) 
1011                 ac_cv_lib_vpb_vpb_open="yes" 
1012         ],
1013         [       AC_MSG_RESULT(no) 
1014                 ac_cv_lib_vpb_vpb_open="no" 
1015         ]
1016         )
1017    LIBS="${saved_libs}"
1018    CPPFLAGS="${saved_cppflags}"
1019    if test "${ac_cv_lib_vpb_vpb_open}" = "yes"; then
1020         VPB_LIB="-lvpb"
1021         if test "${VPB_DIR}" != ""; then
1022            VPB_LIB="-L${vpblibdir}  ${VPB_LIB}"
1023            VPB_INCLUDE="-I${VPB_DIR}/include"
1024         fi
1025         PBX_VPB=1
1026         AC_DEFINE([HAVE_VPB], 1, [Define if your system has the VoiceTronix API libraries.])
1027    elif test -n "${VPB_MANDATORY}"; then
1028       AC_MSG_NOTICE([***])
1029       AC_MSG_NOTICE([*** The VoiceTronix (vpb) installation on this system appears to be broken.])
1030       AC_MSG_NOTICE([*** Either correct the installation, or run configure])
1031       AC_MSG_NOTICE([*** including --without-vpb.])
1032       exit 1
1033    fi
1036 AC_LANG_POP
1038 AST_EXT_LIB_CHECK([ZLIB], [z], [compress], [zlib.h])
1040 if test "${USE_ZAPTEL}" != "no"; then
1041    AC_MSG_CHECKING(for ZT_DIAL_OP_CANCEL in zaptel/zaptel.h)
1042    saved_cppflags="${CPPFLAGS}"
1043    if test "x${ZAPTEL_DIR}" != "x"; then
1044       CPPFLAGS="${CPPFLAGS} -I${ZAPTEL_DIR}/include"
1045    fi
1046    AC_COMPILE_IFELSE(
1047         [
1048         AC_LANG_PROGRAM(
1049         [#include <zaptel/zaptel.h>],
1050         [int foo = ZT_DIAL_OP_CANCEL;])
1051         ],
1052         [       AC_MSG_RESULT(yes) 
1053                 ac_cv_zaptel_h="yes" 
1054         ],
1055         [       AC_MSG_RESULT(no) 
1056                 ac_cv_zaptel_h="no" 
1057         ]
1058         )
1059    CPPFLAGS="${saved_cppflags}"
1060    if test "${ac_cv_zaptel_h}" = "yes"; then
1061         if test "${ZAPTEL_DIR}" != ""; then
1062            ZAPTEL_INCLUDE="-I${ZAPTEL_DIR}/include"
1063         fi
1064         PBX_ZAPTEL=1
1065         AC_DEFINE([HAVE_ZAPTEL], 1, [Define if your system has the Zaptel headers.])
1066    elif test -n "${ZAPTEL_MANDATORY}"; 
1067    then
1068       AC_MSG_NOTICE([***])
1069       AC_MSG_NOTICE([*** The Zaptel installation on this system appears to be broken.])
1070       AC_MSG_NOTICE([*** Either correct the installation, or run configure])
1071       AC_MSG_NOTICE([*** including --without-zaptel.])
1072       exit 1
1073    fi
1076 if test "${PBX_ZAPTEL}" = 1; then
1077    AC_MSG_CHECKING(for ZT_EVENT_REMOVED in zaptel/zaptel.h)
1078    saved_cppflags="${CPPFLAGS}"
1079    if test "x${ZAPTEL_DIR}" != "x"; then
1080       CPPFLAGS="${CPPFLAGS} -I${ZAPTEL_DIR}/include"
1081    fi
1082    AC_COMPILE_IFELSE(
1083         [
1084         AC_LANG_PROGRAM(
1085         [#include <zaptel/zaptel.h>],
1086         [int foo = ZT_EVENT_REMOVED;])
1087         ],
1088         [       AC_MSG_RESULT(yes) 
1089                 ac_cv_zaptel_vldtmf="yes" 
1090         ],
1091         [       AC_MSG_RESULT(no) 
1092                 ac_cv_zaptel_vldtmf="no" 
1093         ]
1094         )
1095    CPPFLAGS="${saved_cppflags}"
1096    if test "${ac_cv_zaptel_vldtmf}" = "yes"; then
1097         PBX_ZAPTEL_VLDTMF=1
1098    fi
1099    AC_MSG_CHECKING(for ZT_TCOP_ALLOCATE in zaptel/zaptel.h)
1100    saved_cppflags="${CPPFLAGS}"
1101    if test "x${ZAPTEL_DIR}" != "x"; then
1102       CPPFLAGS="${CPPFLAGS} -I${ZAPTEL_DIR}/include"
1103    fi
1104    AC_COMPILE_IFELSE(
1105         [
1106         AC_LANG_PROGRAM(
1107         [#include <zaptel/zaptel.h>],
1108         [int foo = ZT_TCOP_ALLOCATE;])
1109         ],
1110         [       AC_MSG_RESULT(yes) 
1111                 ac_cv_zaptel_transcode="yes" 
1112         ],
1113         [       AC_MSG_RESULT(no) 
1114                 ac_cv_zaptel_transcode="no" 
1115         ]
1116         )
1117    CPPFLAGS="${saved_cppflags}"
1118    if test "${ac_cv_zaptel_transcode}" = "yes"; then
1119         PBX_ZAPTEL_TRANSCODE=1
1120    fi
1122 AC_SUBST(PBX_ZAPTEL_VLDTMF)
1123 AC_SUBST(PBX_ZAPTEL_TRANSCODE)
1125 EDITLINE_LIB=""
1126 if test "x$TERMCAP_LIB" != "x" ; then
1127   EDITLINE_LIB="$TERMCAP_LIB"
1128 elif test "x$TINFO_LIB" != "x" ; then
1129   EDITLINE_LIB="$TINFO_LIB"
1130 elif test "x$CURSES_LIB" != "x" ; then
1131   EDITLINE_LIB="$CURSES_LIB"
1132 elif test "x$NCURSES_LIB" != "x" ; then
1133   EDITLINE_LIB="$NCURSES_LIB"
1134 else
1135   AC_MSG_ERROR(*** termcap support not found)
1137 AC_SUBST(EDITLINE_LIB)
1139 AC_CHECK_HEADER([h323.h], [PBX_H323=1], [PBX_H323=0])
1140 AC_SUBST(PBX_H323)
1142 AC_CHECK_HEADER([linux/compiler.h],
1143                 [AC_DEFINE_UNQUOTED([HAVE_LINUX_COMPILER_H], 1, [Define to 1 if your system has linux/compiler.h.])])
1145 AC_CHECK_HEADER([linux/ixjuser.h], [PBX_IXJUSER=1], [PBX_IXJUSER=0], [
1146                                    #include <linux/version.h>
1147                                    #ifdef HAVE_LINUX_COMPILER_H
1148                                    #include <linux/compiler.h>
1149                                    #endif
1150                                    ])
1151 AC_SUBST(PBX_IXJUSER)
1153 PBX_GTK=0
1154 AC_CHECK_TOOL(GTKCONFIG, gtk-config, No)
1155 if test ! "x${GTKCONFIG}" = xNo; then
1156    GTK_INCLUDE=$(${GTKCONFIG} --cflags gthread)
1157    GTK_LIB=$(${GTKCONFIG} --libs gthread)
1158    PBX_GTK=1
1159    AC_DEFINE([HAVE_GTK], 1, [Define if your system has the GTK libraries.])
1161 AC_SUBST(PBX_GTK)
1162 AC_SUBST(GTK_INCLUDE)
1163 AC_SUBST(GTK_LIB)
1165 PBX_GTK2=0
1166 AC_CHECK_TOOL(PKGCONFIG, pkg-config, No)
1167 if test ! "x${PKGCONFIG}" = xNo; then
1168    GTK2_INCLUDE=$(${PKGCONFIG} gtk+-2.0 --cflags 2>/dev/null)
1169    GTK2_LIB=$(${PKGCONFIG} gtk+-2.0 --libs)
1170    PBX_GTK2=1
1171    AC_DEFINE([HAVE_GTK2], 1, [Define if your system has the GTK2 libraries.])
1173 AC_SUBST(PBX_GTK2)
1174 AC_SUBST(GTK2_INCLUDE)
1175 AC_SUBST(GTK2_LIB)
1177 if test "${USE_CURL}" != "no"; then
1178    AC_PATH_TOOL([CURL_CONFIG], [curl-config], No)
1179    if test ! x"${CURL_CONFIG}" = xNo; then
1180    # check for version
1181       if test $(printf "%d" 0x$(${CURL_CONFIG} --vernum)) -ge $(printf "%d" 0x070907); then
1182          CURL_INCLUDE=$(${CURL_CONFIG} --cflags)
1183          CURL_LIB=$(${CURL_CONFIG} --libs)
1185          AC_MSG_CHECKING(for curl_version() in curl/curl.h)
1186          saved_cppflags="${CPPFLAGS}"
1187          CPPFLAGS="${CPPFLAGS} ${CURL_INCLUDE}"
1188          AC_COMPILE_IFELSE(
1189             [AC_LANG_PROGRAM(
1190                 [#include <curl/curl.h>],
1191                     [curl_version();])
1192             ],[
1193                 AC_MSG_RESULT(yes)
1194                 ac_cv_curl_h="yes"
1195             ],[
1196                 AC_MSG_RESULT(no)
1197                 ac_cv_curl_h="no"
1198             ]
1199          )
1200          CPPFLAGS="${saved_cppflags}"
1201          if test "${ac_cv_curl_h}" = "yes"; then
1202              PBX_CURL=1
1203              AC_DEFINE([HAVE_CURL], 1, [Define if your system has the curl libraries.])
1204          fi
1205       fi
1206    fi
1209 AC_CONFIG_FILES([build_tools/menuselect-deps makeopts channels/h323/Makefile])
1210 AC_OUTPUT
1212 if test "x${silent}" != "xyes" ; then
1213 echo
1214 echo "               .\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$=..      "
1215 echo "            .\$7\$7..          .7\$\$7:.    "
1216 echo "          .\$\$:.                 ,\$7.7   "
1217 echo "        .\$7.     7\$\$\$\$           .\$\$77  "
1218 echo "     ..\$\$.       \$\$\$\$\$            .\$\$\$7 "
1219 echo "    ..7\$   .?.   \$\$\$\$\$   .?.       7\$\$\$."
1220 echo "   \$.\$.   .\$\$\$7. \$\$\$\$7 .7\$\$\$.      .\$\$\$."
1221 echo " .777.   .\$\$\$\$\$\$77\$\$\$77\$\$\$\$\$7.      \$\$\$,"
1222 echo " \$\$\$~      .7\$\$\$\$\$\$\$\$\$\$\$\$\$7.       .\$\$\$."
1223 echo ".\$\$7          .7\$\$\$\$\$\$\$7:          ?\$\$\$."
1224 echo "\$\$\$          ?7\$\$\$\$\$\$\$\$\$\$I        .\$\$\$7 "
1225 echo "\$\$\$       .7\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$      :\$\$\$. "
1226 echo "\$\$\$       \$\$\$\$\$\$7\$\$\$\$\$\$\$\$\$\$\$\$    .\$\$\$.  "
1227 echo "\$\$\$        \$\$\$   7\$\$\$7  .\$\$\$    .\$\$\$.   "
1228 echo "\$\$\$\$             \$\$\$\$7         .\$\$\$.    "
1229 echo "7\$\$\$7            7\$\$\$\$        7\$\$\$      "
1230 echo " \$\$\$\$\$                        \$\$\$       "
1231 echo "  \$\$\$\$7.                       \$\$  (TM)     "
1232 echo "   \$\$\$\$\$\$\$.           .7\$\$\$\$\$\$  \$\$      "
1233 echo "     \$\$\$\$\$\$\$\$\$\$\$\$7\$\$\$\$\$\$\$\$\$.\$\$\$\$\$\$      "
1234 echo "       \$\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$.                "
1235 echo
1238 AC_MSG_NOTICE(Package configured for: )
1239 AC_MSG_NOTICE( OS type  : $host_os)
1240 AC_MSG_NOTICE( Host CPU : $host_cpu)
1241 if test "${cross_compiling}" = "yes"; then
1242    AC_MSG_NOTICE( Cross Compilation = YES)