diff options
| author | Manolo Gouy <Manolo> | 2010-11-28 18:55:50 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-11-28 18:55:50 +0000 |
| commit | f4fc4241b7ae71c1ca7d39b835055e68ae16e08e (patch) | |
| tree | 4abc70b332c8503ab424a2ebcffbe930513a5bce /configure.in | |
| parent | dcfdf8be20bff349c1a7a54d6b4d079d91bf540e (diff) | |
STR #2155: fixed using sparkaround's patch conditional to use of configure --enable-cp936
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7902 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 5ffc32cc8..64847a28a 100644 --- a/configure.in +++ b/configure.in @@ -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]]) |
