mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
Add "LATEX" to the version string if build with latex
This commit is contained in:
@@ -6,5 +6,8 @@ char markdown_version[] = VERSION
|
||||
#endif
|
||||
#if USE_AMALLOC
|
||||
" DEBUG"
|
||||
#endif
|
||||
#if WITH_LATEX
|
||||
" LATEX"
|
||||
#endif
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user