diff options
author | Kevin Ryde <user42@zip.com.au> | 2001-08-22 02:21:17 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2001-08-22 02:21:17 +0200 |
commit | d5c7a96d223f9cfe5c88528bd7d6efe4cc76b675 (patch) | |
tree | 245e87926723f120252d55ab08640ab5c21bd938 /configure.in | |
parent | dc7eb73a6a8c5e0194c4bb0c5579872054a7a5e1 (diff) | |
download | gmp-d5c7a96d223f9cfe5c88528bd7d6efe4cc76b675.tar.gz |
* configure.in (x86 mmx): Correction to mmx path stripping.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index deac1b8a3..fadf4d51d 100644 --- a/configure.in +++ b/configure.in @@ -1234,7 +1234,7 @@ case $host in # If there's any sse2 or mmx in the path, check whether the assembler # supports it, and remove if not. case "$path" in - *mmx*) GMP_ASM_X86_MMX( , [GMP_STRIP_PATH(mmx)]) ;; + *mmx*) GMP_ASM_X86_MMX( , [GMP_STRIP_PATH(*mmx*)]) ;; esac case "$path" in *sse2*) GMP_ASM_X86_SSE2( , [GMP_STRIP_PATH(sse2)]) ;; |