diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2008-06-12 09:43:28 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2008-06-12 09:43:28 +0000 |
commit | 80353190270f6b742aea1969cb1d1de899764fb1 (patch) | |
tree | 588593217d4f047d2c5ae209bac9545058a41ed3 /config.h.in | |
parent | 7d1f6c338ee0305c4b15323618cb4ff293f59227 (diff) | |
download | libxslt-80353190270f6b742aea1969cb1d1de899764fb1.tar.gz libxslt-80353190270f6b742aea1969cb1d1de899764fb1.tar.bz2 libxslt-80353190270f6b742aea1969cb1d1de899764fb1.zip |
patch from Nick Wellnhofer and Roumen Petrov to fix some portability
* libxslt/xsltconfig.h.in libxslt/xsltlocale.h configure.in
config.h.in win32/configure.js: patch from Nick Wellnhofer and
Roumen Petrov to fix some portability problems on the previous
xsl:sort locale patch
Daniel
svn path=/trunk/; revision=1478
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 1eebe19d..83448e39 100644 --- a/config.h.in +++ b/config.h.in @@ -123,7 +123,7 @@ /* Define to 1 if you have the `vsprintf' function. */ #undef HAVE_VSPRINTF -/* Have working xlocale.h */ +/* Define to 1 if you have the <xlocale.h> header file. */ #undef HAVE_XLOCALE_H /* Define to 1 if you have the `_stat' function. */ |