JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Improve autoconf detection of sdl(_image|_mixer)
[vor.git] / args.c
diff --git a/args.c b/args.c
index 4d62995..5056239 100644 (file)
--- a/args.c
+++ b/args.c
@@ -2,7 +2,8 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include "args.h"
-#include "config.h"
+#include <config.h>
+#include "vorconfig.h"
 
 // Look and Feel
 int opt_fullscreen;
@@ -30,7 +31,7 @@ short_opt(char c, char *arg)
                case 'f': opt_fullscreen = 1; break;
                case 's': opt_sound = 0; break;
                case 'V':
-                                 printf("Variations on Rockdodger %s\n", VERSION);
+                                 printf("Variations on Rockdodger %s\n", PACKAGE_VERSION);
                                  exit(0);
                case '?':
                case 'h': return 0;