From c5b0ffbc89d44dbe044b711e393b2e4f83f696be Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 14 Mar 2012 02:08:46 +0100 Subject: [PATCH] Oops, fix cross-compilation guess in recent commits. --- m4/cbrtl.m4 | 4 ++-- m4/sqrtl.m4 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/m4/cbrtl.m4 b/m4/cbrtl.m4 index 64bd0bf3c..323a5fcd2 100644 --- a/m4/cbrtl.m4 +++ b/m4/cbrtl.m4 @@ -136,8 +136,8 @@ int main () [gl_cv_func_cbrtl_works=yes], [gl_cv_func_cbrtl_works=no], [case "$host_os" in - osf*) gl_cv_func_cbrtl_works="guessing no";; - *) gl_cv_func_cbrtl_works="guessing yes";; + openbsd*) gl_cv_func_cbrtl_works="guessing no";; + *) gl_cv_func_cbrtl_works="guessing yes";; esac ]) ]) diff --git a/m4/sqrtl.m4 b/m4/sqrtl.m4 index 9f65c2432..bc2586171 100644 --- a/m4/sqrtl.m4 +++ b/m4/sqrtl.m4 @@ -152,8 +152,8 @@ int main () [gl_cv_func_sqrtl_works=yes], [gl_cv_func_sqrtl_works=no], [case "$host_os" in - osf*) gl_cv_func_sqrtl_works="guessing no";; - *) gl_cv_func_sqrtl_works="guessing yes";; + openbsd*) gl_cv_func_sqrtl_works="guessing no";; + *) gl_cv_func_sqrtl_works="guessing yes";; esac ]) ]) -- 2.11.0