From f59c48271fa6f177deb15dcc6d5b49d6ed230339 Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Mon, 1 Apr 2013 12:35:18 +0200 Subject: Do not use AC_CANONICAL_TARGET Reverts commit 717c28e12daff5ae9fcb01b45cd1daf13609cddb and fixes AX_PROG_CC_FOR_BUILD (see also http://savannah.gnu.org/patch/index.php?7989). https://bugzilla.gnome.org/show_bug.cgi?id=692638 --- m4/ax_prog_cc_for_build.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/ax_prog_cc_for_build.m4 b/m4/ax_prog_cc_for_build.m4 index c2adede872..21256bf25b 100644 --- a/m4/ax_prog_cc_for_build.m4 +++ b/m4/ax_prog_cc_for_build.m4 @@ -39,7 +39,7 @@ AC_DEFUN([AX_PROG_CC_FOR_BUILD], [dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_CPP])dnl AC_REQUIRE([AC_EXEEXT])dnl -AC_REQUIRE([AC_CANONICAL_SYSTEM])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl dnl Use the standard macros, but make them use other variable names dnl -- cgit v1.2.1