Oops, fix cross-compilation guess in recent commits.
authorBruno Haible <bruno@clisp.org>
Wed, 14 Mar 2012 01:08:46 +0000 (02:08 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 14 Mar 2012 01:08:46 +0000 (02:08 +0100)
m4/cbrtl.m4
m4/sqrtl.m4

index 64bd0bf..323a5fc 100644 (file)
@@ -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
         ])
     ])
index 9f65c24..bc25861 100644 (file)
@@ -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
         ])
     ])