#! /bin/sh
-# From configure.ac Revision: 103713 .
+# From configure.ac Revision: 103722 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for asterisk 1.4.
#
-{ 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
fi
+fi
PBX_GTK=0
if test -n "$ac_tool_prefix"; then
])
AC_SUBST(PBX_IXJUSER)
-AC_CHECK_FILE(/sbin/launchd, AC_DEFINE([HAVE_SBIN_LAUNCHD], 1, [Define to 1 if your system has /sbin/launchd.]))
+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.]))
+fi
PBX_GTK=0
AC_CHECK_TOOL(GTKCONFIG, gtk-config, No)