summaryrefslogtreecommitdiff
path: root/gl/m4/gnulib-common.m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-08 20:45:02 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-08 20:45:34 +0200
commitf46ad825895cc5f27a00bc0b763190fa330c4d78 (patch)
tree821d3c291773c5a13ffeee580705c7f707ec8e13 /gl/m4/gnulib-common.m4
parent124b8e37473e91253f4ea0b027cd5d508b4abca0 (diff)
downloadlibtasn1-f46ad825895cc5f27a00bc0b763190fa330c4d78.tar.gz
libtasn1-f46ad825895cc5f27a00bc0b763190fa330c4d78.tar.bz2
libtasn1-f46ad825895cc5f27a00bc0b763190fa330c4d78.zip
Updated to new gnulib and added gettime.
Diffstat (limited to 'gl/m4/gnulib-common.m4')
-rw-r--r--gl/m4/gnulib-common.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/m4/gnulib-common.m4 b/gl/m4/gnulib-common.m4
index d62b767..15d2b2b 100644
--- a/gl/m4/gnulib-common.m4
+++ b/gl/m4/gnulib-common.m4
@@ -1,4 +1,4 @@
-# gnulib-common.m4 serial 32
+# gnulib-common.m4 serial 33
dnl Copyright (C) 2007-2012 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -30,7 +30,7 @@ AC_DEFUN([gl_COMMON_BODY], [
[/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
- __APPLE__ && __MACH__ test for MacOS X.
+ __APPLE__ && __MACH__ test for Mac OS X.
__APPLE_CC__ tests for the Apple compiler and its version.
__STDC_VERSION__ tests for the C99 mode. */
#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__