diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4a018e5b3..a8f90a0df 100644 --- a/configure.ac +++ b/configure.ac @@ -35,8 +35,8 @@ PACKAGE="$PACKAGE_NAME" VERSION="$PACKAGE_VERSION" AC_SUBST(PACKAGE) AC_SUBST(VERSION) -AC_DEFINE_UNQUOTED(PACKAGE, $PACKAGE, [Name of this package]) -AC_DEFINE_UNQUOTED(VERSION, $VERSION, [Version of this package]) +AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of this package]) +AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version of this package]) AC_PROG_AWK |