summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-12-04 00:14:35 +0100
committertege <tege@gmplib.org>2000-12-04 00:14:35 +0100
commite98a603f8c745a919d72a55ef1ac547c9e9c5a54 (patch)
treed1fc77f7f9ce29d552605519d67ab649c43aa247 /configure
parent6c353e6ab6c5d474830febef55e7061a093bec19 (diff)
downloadgmp-e98a603f8c745a919d72a55ef1ac547c9e9c5a54.tar.gz
Regenerate for:
acinclude.m4: Fix typo testing for bad HP compiler.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index e2a7dd530..2f438132a 100755
--- a/configure
+++ b/configure
@@ -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