[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] autoconf: revert 25178:181478052ea2
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1343118944 -3600 # Node ID dbe672ae0f1fe5d99c4997d61c6a600f60f2838c # Parent 4a28c496acbf731e92b0b289cd6d323d1e0408c5 autoconf: revert 25178:181478052ea2 This change only removed the variables used to supply the path to the tool but didn't remove the checks. Will be fixed properly in a subsequent patch. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Committed-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- diff -r 4a28c496acbf -r dbe672ae0f1f tools/configure --- a/tools/configure Mon Jul 23 17:58:33 2012 +0100 +++ b/tools/configure Tue Jul 24 09:35:44 2012 +0100 @@ -2622,14 +2622,9 @@ LDFLAGS="$PREPEND_LDFLAGS $LDFLAGS $APPE -case "$host_cpu" in -i[3456]86|x86_64) - - - - - ;; -esac + + + # Checks for programs. ac_ext=c diff -r 4a28c496acbf -r dbe672ae0f1f tools/configure.ac --- a/tools/configure.ac Mon Jul 23 17:58:33 2012 +0100 +++ b/tools/configure.ac Tue Jul 24 09:35:44 2012 +0100 @@ -67,16 +67,10 @@ AC_ARG_VAR([CURL], [Path to curl-config AC_ARG_VAR([XML], [Path to xml2-config tool]) AC_ARG_VAR([BASH], [Path to bash shell]) AC_ARG_VAR([XGETTEXT], [Path to xgetttext tool]) - -dnl as86, ld86, bcc and iasl are only present in x86* systems -case "$host_cpu" in -i[[3456]]86|x86_64) - AC_ARG_VAR([AS86], [Path to as86 tool]) - AC_ARG_VAR([LD86], [Path to ld86 tool]) - AC_ARG_VAR([BCC], [Path to bcc tool]) - AC_ARG_VAR([IASL], [Path to iasl tool]) - ;; -esac +AC_ARG_VAR([AS86], [Path to as86 tool]) +AC_ARG_VAR([LD86], [Path to ld86 tool]) +AC_ARG_VAR([BCC], [Path to bcc tool]) +AC_ARG_VAR([IASL], [Path to iasl tool]) # Checks for programs. AC_PROG_CC _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |