* m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Avoid aborting configure
when cross-compiling; regression from 2011-02-16.
Signed-off-by: Eric Blake <eblake@redhat.com>
+2011-02-18 Eric Blake <eblake@redhat.com>
+
+ longlong: skip, rather than fail, on cross-compilation
+ * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Avoid aborting configure
+ when cross-compiling; regression from 2011-02-16.
+
2011-02-17 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Mention 2011-02-08 change to stdlib.
-# longlong.m4 serial 15
+# longlong.m4 serial 16
dnl Copyright (C) 1999-2007, 2009-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
}
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