mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-22 18:22:18 +00:00
Compilation fix for recent autotools
This commit is contained in:
parent
6e03e0dee2
commit
5727e2f1a5
@ -22,11 +22,11 @@
|
||||
#include "config.h"
|
||||
#include "igs.h"
|
||||
|
||||
#define VERSION_STR "NetsukukuD "VERSION
|
||||
#define VERSION_STR "NetsukukuD "PACKAGE_VERSION
|
||||
|
||||
#ifdef DEBUG
|
||||
#undef VERSION_STR
|
||||
#define VERSION_STR "NetsukukuD "VERSION" (debug)"
|
||||
#define VERSION_STR "NetsukukuD "PACKAGE_VERSION" (debug)"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user