aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-07 12:32:04 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-07 12:32:04 +0000
commit3b753ec1757735799e81818c07c04bb442a6efcb (patch)
tree51ffe21be6d1be69a96cb1f787ee3f629e15fbc3 /configure
parent6a6c524ff80cbeb2c99c558e1cbe3eef131aba3c (diff)
Don't check for epoll support when cross compiling.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81873 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index 5c668a1c9..93f9d45a9 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 78683 .
+# From configure.ac Revision: 79972 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
@@ -15624,6 +15624,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
+if test "${cross_compiling}" = "no";
+then
{ echo "$as_me:$LINENO: checking for working epoll support" >&5
echo $ECHO_N "checking for working epoll support... $ECHO_C" >&6; }
cat >conftest.$ac_ext <<_ACEOF
@@ -15681,6 +15683,7 @@ fi
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext conftest.$ac_ext
+fi
{ echo "$as_me:$LINENO: checking for compiler atomic operations" >&5
echo $ECHO_N "checking for compiler atomic operations... $ECHO_C" >&6; }