vbox/configure.ac: re-add erroneously omitted quotes

This commit is contained in:
Peter Marschall 2012-04-21 23:23:27 +02:00
parent 94cdcd37ee
commit 24c7b3f239
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ AC_PREFIX_DEFAULT([/usr])
AC_DEFINE_UNQUOTED(PACKAGE, "${PACKAGE_NAME}", [Name of package])
AC_DEFINE_UNQUOTED(VERSION, "${PACKAGE_VERSION}", [Version number of package])
AC_DEFINE_UNQUOTED(VERDATE, [17-NOV-98], [date the version was created])
AC_DEFINE_UNQUOTED(VERDATE, ["17-NOV-98"], [date the version was created])
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)