summaryrefslogtreecommitdiff
path: root/m4/realloc.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-08-29 21:13:46 +0200
committerBruno Haible <bruno@clisp.org>2010-08-29 21:13:46 +0200
commit4ebe9ebcfd302509e4164a8b030d1ec430abe1a6 (patch)
treee628fb3ec1ae075f93436db1d6440ae1d4c144e9 /m4/realloc.m4
parent9f802acb9d9375cc6813aed36f82e71b2b8c4913 (diff)
downloadgnulib-4ebe9ebcfd302509e4164a8b030d1ec430abe1a6.tar.gz
Make the module 'realloc-gnu' work again on AIX and OSF/1.
Diffstat (limited to 'm4/realloc.m4')
-rw-r--r--m4/realloc.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/realloc.m4 b/m4/realloc.m4
index 3e97b1da96..01c1234f7e 100644
--- a/m4/realloc.m4
+++ b/m4/realloc.m4
@@ -1,4 +1,4 @@
-# realloc.m4 serial 10
+# realloc.m4 serial 11
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,
@@ -13,10 +13,10 @@ AC_DEFUN([gl_FUNC_REALLOC_GNU],
AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
dnl _AC_FUNC_REALLOC_IF is defined in Autoconf.
_AC_FUNC_REALLOC_IF(
- [AC_DEFINE([HAVE_REALLOC], [1],
+ [AC_DEFINE([HAVE_REALLOC_GNU], [1],
[Define to 1 if your system has a GNU libc compatible 'realloc'
function, and to 0 otherwise.])],
- [AC_DEFINE([HAVE_REALLOC], [0])
+ [AC_DEFINE([HAVE_REALLOC_GNU], [0])
gl_REPLACE_REALLOC
])
])# gl_FUNC_REALLOC_GNU