Skip to content

Commit

Permalink
Merge pull request syslog-ng#1630 from gaborznagy/fix-compile-date
Browse files Browse the repository at this point in the history
main: fix compile date macro usage
  • Loading branch information
lbudai authored Jul 31, 2017
2 parents fa82df6 + 3e81988 commit 0c98f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syslog-ng/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ version(void)
"Revision: " SYSLOG_NG_SOURCE_REVISION "\n",
installer_version);

#if WITH_COMPILE_DATE
#if SYSLOG_NG_WITH_COMPILE_DATE
printf("Compile-Date: " __DATE__ " " __TIME__ "\n");
#endif

Expand Down

0 comments on commit 0c98f39

Please sign in to comment.