php: +--with-gd
authorshort <>
Wed, 23 Jul 2003 12:36:02 +0000 (12:36 +0000)
committershort <>
Wed, 23 Jul 2003 12:36:02 +0000 (12:36 +0000)
 - requested by Klokan

bin/vellumweb-build

index b977826..8d8b9a7 100755 (executable)
@@ -57,7 +57,8 @@ pushd $php
                --with-mysql`d=/usr/local/mysql && test -d $d && echo =$d` \
                --enable-track-vars \
                --enable-memory-limit=yes \
-               --enable-debug=no
+               --enable-debug=no \
+               --with-gd
        make
        make install
 popd