diff options
author | Hib Eris <hib@hiberis.nl> | 2013-04-01 12:35:18 +0200 |
---|---|---|
committer | Hib Eris <hib@hiberis.nl> | 2013-06-02 11:03:08 +0200 |
commit | f59c48271fa6f177deb15dcc6d5b49d6ed230339 (patch) | |
tree | 11a37180e60e613301c3948e8d32e862eb29b17a /m4/ax_prog_cc_for_build.m4 | |
parent | 6a71820ff399b32c4a95e7b17979513783c4e052 (diff) | |
download | gtk+-f59c48271fa6f177deb15dcc6d5b49d6ed230339.tar.gz |
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
Diffstat (limited to 'm4/ax_prog_cc_for_build.m4')
-rw-r--r-- | m4/ax_prog_cc_for_build.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |