~ubuntu-branches/ubuntu/vivid/gzip/vivid

« back to all changes in this revision

Viewing changes to m4/inline.m4

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-10-19 11:42:42 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20111019114242-d8wiiu8kbvdtgmgj
Tags: 1.4-1ubuntu1
* Merge with Debian testing.  Remaining Ubuntu changes:
  - debian/{control,rules}: Remove the Win32 build and mingw64
    build-dependency, since mingw is in universe, and will remain so for
    the forseeable future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# inline.m4 serial 3
2
 
dnl Copyright (C) 2006 Free Software Foundation, Inc.
 
1
# inline.m4 serial 4
 
2
dnl Copyright (C) 2006, 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.
32
32
     fi
33
33
    ])
34
34
  if test $gl_cv_c_inline_effective = yes; then
35
 
    AC_DEFINE([HAVE_INLINE], 1,
 
35
    AC_DEFINE([HAVE_INLINE], [1],
36
36
      [Define to 1 if the compiler supports one of the keywords
37
37
       'inline', '__inline__', '__inline' and effectively inlines
38
38
       functions marked as such.])