[asterisk-commits] tilghman: branch 1.4 r268126 - in /branches/1.4: configure configure.ac
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jun 4 15:41:27 CDT 2010
Author: tilghman
Date: Fri Jun 4 15:41:24 2010
New Revision: 268126
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=268126
Log:
AC_CONFIG_SUBDIRS has a bad side-effect on cross-compiles.
Modified:
branches/1.4/configure
branches/1.4/configure.ac
Modified: branches/1.4/configure.ac
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/configure.ac?view=diff&rev=268126&r1=268125&r2=268126
==============================================================================
--- branches/1.4/configure.ac (original)
+++ branches/1.4/configure.ac Fri Jun 4 15:41:24 2010
@@ -3,9 +3,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
More information about the asterisk-commits
mailing list