~ubuntu-branches/ubuntu/utopic/gettext/utopic

« back to all changes in this revision

Viewing changes to gettext-tools/gnulib-m4/malloc.m4

  • Committer: Colin Watson
  • Date: 2010-08-01 21:36:08 UTC
  • mfrom: (2.1.10 sid)
  • Revision ID: cjwatson@canonical.com-20100801213608-yy7vkm8lpatep3ci
merge from Debian 0.18.1.1-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# malloc.m4 serial 8
2
 
dnl Copyright (C) 2007 Free Software Foundation, Inc.
 
1
# malloc.m4 serial 9
 
2
dnl Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
3
3
dnl This file is free software; the Free Software Foundation
4
4
dnl gives unlimited permission to copy and/or distribute it,
5
5
dnl with or without modifications, as long as this notice is preserved.
13
13
  AC_REQUIRE([gl_CHECK_MALLOC_POSIX])
14
14
  if test $gl_cv_func_malloc_posix = yes; then
15
15
    HAVE_MALLOC_POSIX=1
16
 
    AC_DEFINE([HAVE_MALLOC_POSIX], 1,
 
16
    AC_DEFINE([HAVE_MALLOC_POSIX], [1],
17
17
      [Define if the 'malloc' function is POSIX compliant.])
18
18
  else
19
19
    AC_LIBOBJ([malloc])