Update config.h.win32.in
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 20 May 2011 09:20:50 +0000 (17:20 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 20 May 2011 09:20:50 +0000 (17:20 +0800)
There were some typoes in the autotools macros used-fix them up.

config.h.win32.in

index 211d96c..a7b1231 100644 (file)
 #define PACKAGE_NAME "pango"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "pango @PANGO_VERSION"
+#define PACKAGE_STRING "pango @PANGO_VERSION@"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "pango"
 #define PANGO_INTERFACE_AGE @PANGO_INTERFACE_AGE@
 
 /* PANGO major version */
-#define PANGO_VERSION_MAJOR @PANEG_VERSION_MAJOR@
+#define PANGO_VERSION_MAJOR @PANGO_VERSION_MAJOR@
 
 /* PANGO micro version */
 #define PANGO_VERSION_MICRO @PANGO_VERSION_MICRO@