Browse Source

Compilation fix for recent autotools

Michele Bini 11 years ago
parent
commit
5727e2f1a5
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/netsukuku.h

+ 2
- 2
src/netsukuku.h View File

@@ -22,11 +22,11 @@
22 22
 #include "config.h"
23 23
 #include "igs.h"
24 24
 
25
-#define VERSION_STR				"NetsukukuD "VERSION
25
+#define VERSION_STR				"NetsukukuD "PACKAGE_VERSION
26 26
 
27 27
 #ifdef DEBUG
28 28
 #undef VERSION_STR
29
-#define VERSION_STR				"NetsukukuD "VERSION" (debug)"
29
+#define VERSION_STR				"NetsukukuD "PACKAGE_VERSION" (debug)"
30 30
 #endif
31 31
 
32 32
 /*

Loading…
Cancel
Save