Amend 601244ba92: Use HAVE_LONG_LONG_INT instead of LYX_USE_LONG_LONG

Cmake changes
This commit is contained in:
Kornel Benko 2019-03-21 15:17:24 +01:00
parent 4b2cce9e0f
commit afccaae48a

View File

@ -54,7 +54,7 @@
#ifdef HAVE_LONG_LONG
#ifdef SIZEOF_LONG_LONG_GREATER_THAN_SIZEOF_LONG
#define LYX_USE_LONG_LONG
#define HAVE_LONG_LONG_INT 1
#endif
#endif