mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Check the correct macro for conditional include of lyx_commit_hash.h
This commit is contained in:
parent
71088f5b1c
commit
f8c964d080
@ -12,6 +12,8 @@
|
||||
#include <config.h>
|
||||
#if ! defined(LYX_DATE)
|
||||
#include <lyx_date.h>
|
||||
#endif
|
||||
#if ! defined(LYX_GIT_COMMIT_HASH)
|
||||
#include <lyx_commit_hash.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user