diff options
author | tege <tege@gmplib.org> | 2000-12-04 00:14:35 +0100 |
---|---|---|
committer | tege <tege@gmplib.org> | 2000-12-04 00:14:35 +0100 |
commit | e98a603f8c745a919d72a55ef1ac547c9e9c5a54 (patch) | |
tree | d1fc77f7f9ce29d552605519d67ab649c43aa247 /configure | |
parent | 6c353e6ab6c5d474830febef55e7061a093bec19 (diff) | |
download | gmp-e98a603f8c745a919d72a55ef1ac547c9e9c5a54.tar.gz |
Regenerate for:
acinclude.m4: Fix typo testing for bad HP compiler.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.191 . +# From configure.in Revision: 1.192 . # Guess values for system-dependent variables and create Makefiles. # Generated by Autoconf 2.49b. # @@ -2239,7 +2239,7 @@ rm conftest* gmp_tmp_v1=`echo $gmp_tmp_vs | sed 's/.* .\.\(.*\)\..*\..* HP C.*/\1/'` gmp_tmp_v2=`echo $gmp_tmp_vs | sed 's/.* .\..*\.\(.*\)\..* HP C.*/\1/'` gmp_tmp_v3=`echo $gmp_tmp_vs | sed 's/.* .\..*\..*\.\(.*\) HP C.*/\1/'` -if test -n "$gmp_tmp_v1"; then +if test -z "$gmp_tmp_v1"; then gmp_hpc_64bit=not-applicable else gmp_compare_ge=no |