bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: stdlib: provide random_data for mingw


From: Simon Josefsson
Subject: Re: stdlib: provide random_data for mingw
Date: Sun, 26 Oct 2008 11:52:26 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux)

I forgot this part, now applied.

/Simon

>From c62a7d7e4281f24912cb48103cc6b6d0a2be6bae Mon Sep 17 00:00:00 2001
From: Simon Josefsson <address@hidden>
Date: Sun, 26 Oct 2008 11:51:35 +0100
Subject: [PATCH] Fix last commit.

---
 m4/stdlib_h.m4 |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/m4/stdlib_h.m4 b/m4/stdlib_h.m4
index 1574af0..053e0a3 100644
--- a/m4/stdlib_h.m4
+++ b/m4/stdlib_h.m4
@@ -1,4 +1,4 @@
-# stdlib_h.m4 serial 12
+# stdlib_h.m4 serial 13
 dnl Copyright (C) 2007, 2008 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,11 @@ AC_DEFUN([gl_STDLIB_H],
   AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
   gl_CHECK_NEXT_HEADERS([stdlib.h])
   AC_CHECK_TYPES([struct random_data], [], [], [[#include <stdlib.h>]])
+  if test $ac_cv_type_struct_random_data = yes; then
+    HAVE_STRUCT_RANDOM_DATA=1
+  else
+    HAVE_STRUCT_RANDOM_DATA=0
+  fi
 ])
 
 AC_DEFUN([gl_STDLIB_MODULE_INDICATOR],
-- 
1.5.6.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]