cvs: gd /libgd/config gdlib-config.in
[email protected] ("Takeshi Abe") Sun, 28 Dec 2008 16:22:14 -0000
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvstabe1230481334@cvsserver> |
tabe Sun Dec 28 16:22:14 2008 UTC
Modified files:
/gd/libgd/config gdlib-config.in
Log:
optional features contain GD_FONTCONFIG.
http://cvs.php.net/viewvc.cgi/gd/libgd/config/gdlib-config.in?r1=1.1&r2=1.2&diff_format=u
Index: gd/libgd/config/gdlib-config.in
diff -u gd/libgd/config/gdlib-config.in:1.1 gd/libgd/config/gdlib-config.in:1.2
--- gd/libgd/config/gdlib-config.in:1.1 Sat May 10 20:02:50 2008
+++ gd/libgd/config/gdlib-config.in Sun Dec 28 16:22:14 2008
@@ -27,10 +27,10 @@
--libs # libs required for linking against GD library
--cflags # options required for compiling GD library apps
--includes # same as --cflags
- --features # lists optional features compiled into gd, separated
- # by spaces. Currently (as of 2.0.26) the optional
- # features are GD_PNG, GD_JPEG, GD_XPM, and
- # GD_FREETYPE. When these features are reported by
+ --features # lists features compiled into gd, separated by spaces.
+ # Currently (as of @VERSION@) the optional features
+ # are GD_PNG, GD_JPEG, GD_XPM, GD_FREETYPE, and
+ # GD_FONTCONFIG. When these features are reported by
# --features, it is safe to include calls to the
# related functions in your code.
--all # print a summary of all GD library configure options