summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-08-22 02:35:44 +0200
committerKevin Ryde <user42@zip.com.au>2001-08-22 02:35:44 +0200
commita04a8e5a02353d96bbe73c4c9006e27fdee3243b (patch)
tree196de257918bf3ea6bc67137a47899aa9f952c71 /configure
parentd5c7a96d223f9cfe5c88528bd7d6efe4cc76b675 (diff)
downloadgmp-a04a8e5a02353d96bbe73c4c9006e27fdee3243b.tar.gz
Regenerate for:
* configure.in (x86 mmx): Correction to mmx path stripping.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index bdf404238..815d8662f 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.311 .
+# From configure.in Revision: 1.312 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by Autoconf 2.50.
#
@@ -8898,7 +8898,7 @@ else
tmp_path=
for i in $path; do
case $i in
- */mmx) ;;
+ */*mmx*) ;;
*) tmp_path="$tmp_path $i" ;;
esac
done