diff --git a/configure b/configure index aab429dd..193f7354 100755 --- a/configure +++ b/configure @@ -3120,7 +3120,7 @@ fi fi fi -VERSION=`grep '#define VERSION' Modules.h | awk '{print $3}'` +VERSION=`grep '#define VERSION' main.h | awk '{print $3}'` # # Auto detect modules diff --git a/configure.in b/configure.in index 9d6d6399..556c55d4 100644 --- a/configure.in +++ b/configure.in @@ -108,7 +108,7 @@ if test "$MODULES" = "yes"; then fi fi -VERSION=`grep '#define VERSION' Modules.h | awk '{print $3}'` +VERSION=`grep '#define VERSION' main.h | awk '{print $3}'` # # Auto detect modules