aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-21 22:41:00 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-21 22:41:00 +0000
commitb1e41bac9040f4f98a2614706e05f585a6885473 (patch)
tree1c57719a4a4e08b50d81e191a564a1315c44c6da /configure.ac
parent5bbab86675b1a9bcc540aecd923363371b7b9b6e (diff)
Conflict kqueue on OS X, since it doesn't work there yet, anyway.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@271657 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c588301de..5734b3993 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1898,10 +1898,13 @@ AC_CHECK_HEADER([linux/videodev.h],
AST_EXT_LIB_CHECK([X11], [X11], [XOpenDisplay], [X11/Xlib.h],,, [standard_path])
AST_EXT_LIB_CHECK([X11], [X11], [XOpenDisplay], [X11/Xlib.h],, [-I/usr/X11R6/include], [X11R6])
+PBX_LAUNCHD=0
if test "${cross_compiling}" = "no";
then
AC_CHECK_FILE(/sbin/launchd, AC_DEFINE([HAVE_SBIN_LAUNCHD], 1, [Define to 1 if your system has /sbin/launchd.]))
+ PBX_LAUNCHD=1
fi
+AC_SUBST(PBX_LAUNCHD)
PBX_GTK2=0
AC_CHECK_TOOL(PKGCONFIG, pkg-config, No)