diff options
Diffstat (limited to 'gl/m4/longlong.m4')
-rw-r--r-- | gl/m4/longlong.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gl/m4/longlong.m4 b/gl/m4/longlong.m4 index 15bf9da..eedc8d5 100644 --- a/gl/m4/longlong.m4 +++ b/gl/m4/longlong.m4 | |||
@@ -1,5 +1,5 @@ | |||
1 | # longlong.m4 serial 13 | 1 | # longlong.m4 serial 14 |
2 | dnl Copyright (C) 1999-2007 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 1999-2007, 2009 Free Software Foundation, Inc. |
3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
@@ -46,7 +46,7 @@ AC_DEFUN([AC_TYPE_LONG_LONG_INT], | |||
46 | [ac_cv_type_long_long_int=yes])], | 46 | [ac_cv_type_long_long_int=yes])], |
47 | [ac_cv_type_long_long_int=no])]) | 47 | [ac_cv_type_long_long_int=no])]) |
48 | if test $ac_cv_type_long_long_int = yes; then | 48 | if test $ac_cv_type_long_long_int = yes; then |
49 | AC_DEFINE([HAVE_LONG_LONG_INT], 1, | 49 | AC_DEFINE([HAVE_LONG_LONG_INT], [1], |
50 | [Define to 1 if the system has the type `long long int'.]) | 50 | [Define to 1 if the system has the type `long long int'.]) |
51 | fi | 51 | fi |
52 | ]) | 52 | ]) |
@@ -69,7 +69,7 @@ AC_DEFUN([AC_TYPE_UNSIGNED_LONG_LONG_INT], | |||
69 | [ac_cv_type_unsigned_long_long_int=yes], | 69 | [ac_cv_type_unsigned_long_long_int=yes], |
70 | [ac_cv_type_unsigned_long_long_int=no])]) | 70 | [ac_cv_type_unsigned_long_long_int=no])]) |
71 | if test $ac_cv_type_unsigned_long_long_int = yes; then | 71 | if test $ac_cv_type_unsigned_long_long_int = yes; then |
72 | AC_DEFINE([HAVE_UNSIGNED_LONG_LONG_INT], 1, | 72 | AC_DEFINE([HAVE_UNSIGNED_LONG_LONG_INT], [1], |
73 | [Define to 1 if the system has the type `unsigned long long int'.]) | 73 | [Define to 1 if the system has the type `unsigned long long int'.]) |
74 | fi | 74 | fi |
75 | ]) | 75 | ]) |