X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=f4a6caf5ddc90f6413caba5e78569506af1c48d4;hb=1e519d1115f41f71c253cb9e2fbb7803e9a583a9;hp=703d267836d86ef5645054f36390707b089b5362;hpb=dd8fd3d90ae2022311ac4f72377e2d7443d33e1f;p=lyx.git diff --git a/configure.ac b/configure.ac index 703d267836..f4a6caf5dd 100644 --- a/configure.ac +++ b/configure.ac @@ -123,10 +123,6 @@ AC_SUBST([HAVE_WCHAR_T]) # Needed for Mingw-w64 AC_TYPE_LONG_LONG_INT -if test "$ac_cv_type_long_long_int" = yes; then - AC_CHECK_SIZEOF(long) - AC_CHECK_SIZEOF(long long) -fi ### We need iconv for unicode support (Qt4 frontend requires it too) LYX_USE_INCLUDED_ICONV @@ -309,12 +305,6 @@ char * strerror(int n); # define USE_WCHAR_T #endif -#ifdef HAVE_LONG_LONG_INT -#if SIZEOF_LONG_LONG > SIZEOF_LONG -#define LYX_USE_LONG_LONG -#endif -#endif - #endif ])