From: Sascha Schumann Date: Sun, 13 Apr 2003 20:13:06 +0000 (+0000) Subject: don't remove config.nice directly, so that we don't lose it on X-Git-Tag: RELEASE_0_5~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2afc64feddec170d3580487e497557b2a59514d;p=php don't remove config.nice directly, so that we don't lose it on inferior systems like windows. --- diff --git a/acinclude.m4 b/acinclude.m4 index 7dc22e0e3b..0b670278c9 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -583,7 +583,8 @@ AC_DEFUN([PHP_MODULE_PTR],[ ]) AC_DEFUN([PHP_CONFIG_NICE],[ - rm -f $1 + mv $1 $1.old + rm -f $1.old cat >$1<