+2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
+
+ * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
+ ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
+ Imported from a similar patch to gnulib by Bruno Haible.
+
2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
return 0;]])],
[ac_cv_type_long_long_int=yes],
[ac_cv_type_long_long_int=no],
- [ac_cv_type_long_long_int=cross-compiling])],
+ [ac_cv_type_long_long_int=yes])],
[ac_cv_type_long_long_int=no])])
- if test $ac_cv_type_long_long_int != no; then
+ 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'.])
fi