From: Rasmus Lerdorf Date: Sat, 21 Oct 2000 12:03:52 +0000 (+0000) Subject: Fix annoying $withval interaction in GD configure stuff X-Git-Tag: php-4.0.4RC3~582 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d12c4de6ba1bee877c08de8c090fe69488d82de0;p=php Fix annoying $withval interaction in GD configure stuff --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index ba5969b202..d5e618c4ca 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -63,9 +63,11 @@ 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 PHP_GD_JPEG PHP_GD_XPM + withval=$old_withval case "$withval" in no)