diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-05-20 17:20:50 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-05-20 17:20:50 +0800 |
commit | 104055ffcb95be030052340a26183609471afeaf (patch) | |
tree | 759efb27a506a7aec0c351e6b9f8083d59d20ed4 /config.h.win32.in | |
parent | a2541fc641826b8442fee48f9b42cdbd002045db (diff) | |
download | pango-104055ffcb95be030052340a26183609471afeaf.tar.gz |
Update config.h.win32.in
There were some typoes in the autotools macros used-fix them up.
Diffstat (limited to 'config.h.win32.in')
-rw-r--r-- | config.h.win32.in | 4 |
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@ |