X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Flonglong.m4;h=3af6ab5aa198811fb2200b486babd3be54831556;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=04c8303bcade6a656f8775806aced717611a9fe9;hpb=157f0c2dde33c4e5067b3fc0fab27cf1f6e219bc;p=gnulib.git diff --git a/m4/longlong.m4 b/m4/longlong.m4 index 04c8303bc..3af6ab5aa 100644 --- a/m4/longlong.m4 +++ b/m4/longlong.m4 @@ -1,5 +1,5 @@ -# longlong.m4 serial 15 -dnl Copyright (C) 1999-2007, 2009-2011 Free Software Foundation, Inc. +# longlong.m4 serial 17 +dnl Copyright (C) 1999-2007, 2009-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -45,12 +45,13 @@ AC_DEFUN([AC_TYPE_LONG_LONG_INT], } return 0;]])], [], - [ac_cv_type_long_long_int=no]) + [ac_cv_type_long_long_int=no], + [:]) fi fi]) if test $ac_cv_type_long_long_int = yes; then AC_DEFINE([HAVE_LONG_LONG_INT], [1], - [Define to 1 if the system has the type `long long int'.]) + [Define to 1 if the system has the type 'long long int'.]) fi ]) @@ -76,7 +77,7 @@ AC_DEFUN([AC_TYPE_UNSIGNED_LONG_LONG_INT], fi]) if test $ac_cv_type_unsigned_long_long_int = yes; then AC_DEFINE([HAVE_UNSIGNED_LONG_LONG_INT], [1], - [Define to 1 if the system has the type `unsigned long long int'.]) + [Define to 1 if the system has the type 'unsigned long long int'.]) fi ])