cvs: gd /libgd configure.ac
[email protected] ("Pierre-Alain Joye")
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvspajoye1168091338@cvsserver> |
pajoye Sat Jan 6 13:48:58 2007 UTC
Modified files:
/gd/libgd configure.ac
Log:
- older versions of auto* need quotes here
http://cvs.php.net/viewvc.cgi/gd/libgd/configure.ac?r1=1.31&r2=1.32&diff_format=u
Index: gd/libgd/configure.ac
diff -u gd/libgd/configure.ac:1.31 gd/libgd/configure.ac:1.32
--- gd/libgd/configure.ac:1.31 Thu Jan 4 14:10:17 2007
+++ gd/libgd/configure.ac Sat Jan 6 13:48:58 2007
@@ -16,7 +16,7 @@
#Expanded by tests later in this file. TBB 2.0.26
#2.0.28: GIF is standard now. Doesn't depend on anything else,
#so we always build it.
-FEATURES=GD_GIF GD_GIFANIM GD_OPENPOLYGON
+FEATURES="GD_GIF GD_GIFANIM GD_OPENPOLYGON"
AC_SUBST(FEATURES)
AC_SUBST(GDLIB_MAJOR)