aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-04 20:41:24 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-04 20:41:24 +0000
commit204916aff5ecdaeadf011e682761f87421aadd25 (patch)
tree6a6be8994f773a28679213bd9bc3f6961d2e4d97 /configure.ac
parentb306fc7bd1fc588ef690b0ffadd647b255f29801 (diff)
AC_CONFIG_SUBDIRS has a bad side-effect on cross-compiles.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@268126 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 9be90175a..55826ee0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,9 +4,6 @@ AC_PREREQ(2.60)
AC_INIT([asterisk], [1.4], [https://issues.asterisk.org])
-# Allow the --help=recursive option to function correctly
-AC_CONFIG_SUBDIRS([menuselect])
-
# cross-compile macros
AC_CANONICAL_BUILD
AC_CANONICAL_HOST