diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-02-01 23:36:00 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-02-01 23:36:00 -0500 |
commit | 717c28e12daff5ae9fcb01b45cd1daf13609cddb (patch) | |
tree | 7a777446345869a74f8791513ac22c4c9f1c72fb /configure.ac | |
parent | 9a1235bf0dbdb1701779bec0ccae043cc4243ce5 (diff) | |
download | gtk+-717c28e12daff5ae9fcb01b45cd1daf13609cddb.tar.gz |
Revert "Don't use AC_CANONICAL_TARGET"
This reverts commit cd98eb15cb1532bd80ea0aec13d1adb5aa8aabe7.
It turns out that we just started using AX_PROG_CC_FOR_BUILD, which
for some reason requires AC_CANONICAL_TARGET. That seems wrong to
me, but for now, lets just keep using it.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5461828b6c..375cfe4b56 100644 --- a/configure.ac +++ b/configure.ac @@ -30,6 +30,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST +AC_CANONICAL_TARGET # Define a string for the earliest version that this release has # backwards binary compatibility with for all interfaces a module |