diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-12-30 15:44:54 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-12-30 15:44:54 +0800 |
commit | b7eeb5abdd188624ad473628f180c4126adfa298 (patch) | |
tree | 1c173145dfa6b508fcf87d4c162d70cd052041a3 /config.h.win32.in | |
parent | 8bb4db0212c1885eb983b630e7944c928f069b5a (diff) | |
download | pango-b7eeb5abdd188624ad473628f180c4126adfa298.tar.gz |
config.h.win32.in: Update a bit
Make the config entries more like the standard config.h.in
Diffstat (limited to 'config.h.win32.in')
-rw-r--r-- | config.h.win32.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.win32.in b/config.h.win32.in index a7b12312..f6e614c9 100644 --- a/config.h.win32.in +++ b/config.h.win32.in @@ -28,6 +28,9 @@ /* Whether Cairo has Xlib support */ /* #undef HAVE_CAIRO_XLIB */ +/* Whether CoreText is available on the system */ +/* #undef HAVE_CORE_TEXT */ + /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */ /* #undef HAVE_DIRENT_H */ |