diff options
Diffstat (limited to 'config/largefile.m4')
-rw-r--r-- | config/largefile.m4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/largefile.m4 b/config/largefile.m4 index 9449b12..4a88fd7 100644 --- a/config/largefile.m4 +++ b/config/largefile.m4 @@ -5,6 +5,11 @@ AC_DEFUN([ACX_LARGEFILE],[dnl +# The tests for host and target for $enable_largefile require +# canonical names. +AC_REQUIRE([AC_CANONICAL_HOST]) +AC_REQUIRE([AC_CANONICAL_TARGET]) + # As the $enable_largefile decision depends on --enable-plugins we must set it # even in directories otherwise not depending on the $plugins option. |