Skip to content

Commit

Permalink
STR #2155: fixed using sparkaround's patch conditional to use of conf…
Browse files Browse the repository at this point in the history
…igure --enable-cp936

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7902 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Nov 28, 2010
1 parent dcfdf8b commit f4fc424
Show file tree
Hide file tree
Showing 7 changed files with 7,335 additions and 3 deletions.
6 changes: 6 additions & 0 deletions configure.in
Expand Up @@ -200,6 +200,12 @@ else
DEBUGFLAG=""
fi

AC_ARG_ENABLE(cp936, [ --enable-cp936 turn on CP936 [default=no]])
if test x$enable_cp936 = xyes; then
CFLAGS="$CFLAGS -DCP936"
fi


AC_ARG_ENABLE(gl, [ --enable-gl turn on OpenGL support [default=yes]])

AC_ARG_ENABLE(shared, [ --enable-shared turn on shared libraries [default=no]])
Expand Down
1 change: 1 addition & 0 deletions src/xutf8/README
Expand Up @@ -21,6 +21,7 @@ iso8859-15
koi8-r
koi8-u
big5-0
gbk
gb2312.1980-0
jisx0201.1976-0
jisx0208.1983-0
Expand Down
2 changes: 1 addition & 1 deletion src/xutf8/lcUniConv/README
Expand Up @@ -3,7 +3,7 @@ $XFree86: xc/lib/X11/lcUniConv/README,v 1.3 2003/10/24 15:34:01 tsi Exp $
The files in this directory are taken from the libiconv-1.1 package.

The *.h files were generated from tables (mostly from ftp.unicode.org) using
the programs '8bit_tab_to_h.c' and 'cjk_tab_to_h.c'. On some of them, further
the programs '8bit_tab_to_h.c', 'cjk_tab_to_h.c' and 'gbk_tab_to_h.c'. On some of them, further
optimizations were applied by hand.

If you find a bug in these files, instead of modifying them in XFree86
Expand Down
6,250 changes: 6,250 additions & 0 deletions src/xutf8/lcUniConv/cp936ext.h

Large diffs are not rendered by default.

0 comments on commit f4fc424

Please sign in to comment.