On Wed, 9 May 2001, Jani Taskinen wrote:
>
> I'm working on this..
Well, then you are probably well-equipped to comment on this.
The implementation of the proposal is attached.
- Sascha Experience IRCG
http://schumann.cx/ http://schumann.cx/ircg
Index: config.m4
===================================================================
RCS file: /repository/php4/ext/gd/config.m4,v
retrieving revision 1.58
diff -u -r1.58 config.m4
--- config.m4 2001/04/19 14:16:09 1.58
+++ config.m4 2001/05/09 19:11:22
@@ -134,6 +134,8 @@
Set DIR to "shared" to build as a dl, or
"shared,DIR" to build as a dl and still specify DIR.],
[
+ gd_saved_LIBS=$LIBS
+ gd_saved_LDFLAGS=$LDFLAGS
PHP_WITH_SHARED
old_withval=$withval
PHP_GD_JPEG
@@ -233,6 +235,8 @@
fi
;;
esac
+ LDFLAGS=$gd_saved_LDFLAGS
+ LIBS=$gd_saved_LIBS
],[])
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]