X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffloat_h.m4;h=6cdc3f1abdcd09e2a8fb019227ed3e0a6509acb5;hb=2233a5dfb90328805fea25b6ff386f1be8e172f6;hp=1b1ad103e984483e9d742a65c68fff39671f7d32;hpb=b6a9d33ee89de0a0f7bf482449339e97cbbbdaef;p=gnulib.git diff --git a/m4/float_h.m4 b/m4/float_h.m4 index 1b1ad103e..6cdc3f1ab 100644 --- a/m4/float_h.m4 +++ b/m4/float_h.m4 @@ -1,5 +1,5 @@ -# float_h.m4 serial 2 -dnl Copyright (C) 2007 Free Software Foundation, Inc. +# float_h.m4 serial 3 +dnl Copyright (C) 2007, 2009 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,7 +10,7 @@ AC_DEFUN([gl_FLOAT_H], AC_REQUIRE([AC_CANONICAL_HOST]) FLOAT_H= case "$host_os" in - beos*) + beos* | openbsd*) FLOAT_H=float.h gl_CHECK_NEXT_HEADERS([float.h]) ;;