diff options
author | foobar <sniper@php.net> | 2000-11-08 00:18:49 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2000-11-08 00:18:49 +0000 |
commit | 3f85e944abe9a4fdbacff2550c3fd585cb56dd53 (patch) | |
tree | e9453c7318e8f5376d5c129ec93a9754e862d848 | |
parent | c824ee09a0981155b6726f81ff105fed5df89946 (diff) | |
download | php-git-3f85e944abe9a4fdbacff2550c3fd585cb56dd53.tar.gz |
config.m4
-rw-r--r-- | ext/gd/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index d5e618c4ca..8be41d3d7f 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -63,8 +63,8 @@ AC_ARG_WITH(gd, Set DIR to "shared" to build as a dl, or "shared,DIR" to build as a dl and still specify DIR.], [ - old_withval=$withval PHP_WITH_SHARED + old_withval=$withval PHP_GD_JPEG PHP_GD_XPM withval=$old_withval |