aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-19 17:33:55 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-19 17:33:55 +0000
commitb632052987c594f6e3f4a9150d4ca0f874d95f5c (patch)
tree13ecfea77c33e1305983d2c0df47494516a30286 /configure
parentd3eb800246d9048e18629806f8e29f00bc1a20e3 (diff)
Merged revisions 103812 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r103812 | file | 2008-02-19 13:31:32 -0400 (Tue, 19 Feb 2008) | 4 lines Don't look for launchd when cross compiling. (closes issue #12029) Reported by: ovi ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103813 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure b/configure
index b58cef128..0883b9f82 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 103715 .
+# From configure.ac Revision: 103725 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for asterisk 1.6.
#
@@ -49274,7 +49274,9 @@ _ACEOF
fi
-{ echo "$as_me:$LINENO: checking for /sbin/launchd" >&5
+if test "${cross_compiling}" = "no";
+then
+ { echo "$as_me:$LINENO: checking for /sbin/launchd" >&5
echo $ECHO_N "checking for /sbin/launchd... $ECHO_C" >&6; }
if test "${ac_cv_file__sbin_launchd+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -49299,6 +49301,7 @@ _ACEOF
fi
+fi
PBX_GTK=0