From: Chun-wei Fan Date: Fri, 20 May 2011 09:20:50 +0000 (+0800) Subject: Update config.h.win32.in X-Git-Tag: 1.29.1~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=104055ffcb95be030052340a26183609471afeaf;p=platform%2Fupstream%2Fpango.git Update config.h.win32.in There were some typoes in the autotools macros used-fix them up. --- diff --git a/config.h.win32.in b/config.h.win32.in index 211d96c..a7b1231 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@