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
 #include "config.h"
22
 #include "config.h"
23
 #include "igs.h"
23
 #include "igs.h"
24
 
24
 
25
-#define VERSION_STR				"NetsukukuD "VERSION
25
+#define VERSION_STR				"NetsukukuD "PACKAGE_VERSION
26
 
26
 
27
 #ifdef DEBUG
27
 #ifdef DEBUG
28
 #undef VERSION_STR
28
 #undef VERSION_STR
29
-#define VERSION_STR				"NetsukukuD "VERSION" (debug)"
29
+#define VERSION_STR				"NetsukukuD "PACKAGE_VERSION" (debug)"
30
 #endif
30
 #endif
31
 
31
 
32
 /*
32
 /*

Loading…
Cancel
Save