13 lines
253 B
Text
13 lines
253 B
Text
|
Index: config.h.in
|
||
|
--- config.h.in.orig
|
||
|
+++ config.h.in
|
||
|
@@ -436,7 +436,7 @@ char * strerror(int n);
|
||
|
#endif
|
||
|
|
||
|
#ifdef HAVE_LONG_LONG_INT
|
||
|
-#if SIZEOF_LONG_LONG > SIZEOF_LONG
|
||
|
+#if SIZEOF_LONG_LONG >= SIZEOF_LONG
|
||
|
#define LYX_USE_LONG_LONG
|
||
|
#endif
|
||
|
#endif
|