]> Savannah Git Hosting - gnulib.git/commitdiff
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 64bd0bf3c2cd2bdad373cd44163f1ab978a40b16..323a5fcd28ccd960cd6013e24b01e0ee5e11011f 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 9f65c2432acddc8c1856e2aab90d081129e2f8e5..bc25861712e340e9b8e504419c663975d8e71046 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
         ])
     ])