summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-05-20 17:20:50 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-05-20 17:20:50 +0800
commit104055ffcb95be030052340a26183609471afeaf (patch)
tree759efb27a506a7aec0c351e6b9f8083d59d20ed4
parenta2541fc641826b8442fee48f9b42cdbd002045db (diff)
downloadpango-104055ffcb95be030052340a26183609471afeaf.tar.gz
Update config.h.win32.in
There were some typoes in the autotools macros used-fix them up.
-rw-r--r--config.h.win32.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.win32.in b/config.h.win32.in
index 211d96cd..a7b12312 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -121,7 +121,7 @@
#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"
@@ -136,7 +136,7 @@
#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@