summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-03 08:29:58 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-03 08:29:58 +0000
commit7c2039d04698b9247e5ba98a534c3516751f3f12 (patch)
tree58a746c5326a765f497db9c2d350cb5ece5960ec /configure.in
parentede506ef400244cbf3005e15d97a21313faf3d6d (diff)
2000-07-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e3ca97932e..800aa13857 100644
--- a/configure.in
+++ b/configure.in
@@ -25,7 +25,9 @@ then
(it is also a good idea to do 'make clean' before compiling))
fi
-AC_CANONICAL_SYSTEM
+AC_CANONICAL_TARGET
+AC_CANONICAL_HOST
+AC_CANONICAL_BUILD
dnl checks for fat-binary
fat_binary=no