X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffloat_h.m4;h=a74a0d957f2ea89a010102dba7da48add2fccbfe;hb=6b91d7e06d63c3d4a34db6c898d133812169a8ff;hp=36a07dcb1cba399e99542d58744f427c88559739;hpb=71f9eb575a47dac697e2e161d026da473db6addf;p=gnulib.git diff --git a/m4/float_h.m4 b/m4/float_h.m4 index 36a07dcb1..a74a0d957 100644 --- a/m4/float_h.m4 +++ b/m4/float_h.m4 @@ -1,5 +1,5 @@ -# float_h.m4 serial 1 -dnl Copyright (C) 2007 Free Software Foundation, Inc. +# float_h.m4 serial 3 +dnl Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -10,11 +10,9 @@ AC_DEFUN([gl_FLOAT_H], AC_REQUIRE([AC_CANONICAL_HOST]) FLOAT_H= case "$host_os" in - beos*) + beos* | openbsd*) FLOAT_H=float.h - gl_ABSOLUTE_HEADER([float.h]) - ABSOLUTE_FLOAT_H=\"$gl_cv_absolute_float_h\" - AC_SUBST([ABSOLUTE_FLOAT_H]) + gl_CHECK_NEXT_HEADERS([float.h]) ;; esac AC_SUBST([FLOAT_H])