From aaf50ff29c2ab02f8224737c56b43470b801f3f3 Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Fri, 22 Sep 2006 23:26:20 +0000 Subject: configure.ac: Make need_64_bit_hwint case for x86-darwin match exactly the glob in gcc/config.gcc. * configure.ac: Make need_64_bit_hwint case for x86-darwin match exactly the glob in gcc/config.gcc. * configure: Regenerate. From-SVN: r117156 --- libcpp/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcpp/configure') diff --git a/libcpp/configure b/libcpp/configure index 71cd0e8..2b944b3 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -8234,7 +8234,7 @@ case $target in x86_64-*-* | \ ia64-*-* | \ hppa*64*-*-* | parisc*64*-*-* | \ - i[34567]86-*-darwin[0-9]* | \ + i[34567]86-*-darwin* | \ i[34567]86-*-solaris2.1[0-9]* | \ mips*-*-* | \ mmix-*-* | \ -- cgit v1.1