summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2003-04-16 05:22:04 +0000
committerSascha Schumann <sas@php.net>2003-04-16 05:22:04 +0000
commitbaa54b3b8001a05120a0c95af77256e1413ef4ee (patch)
treeaedab90d79a61b9c4a9592e699bb409f227c4465 /acinclude.m4
parent2170ea8b4d7bd223de3c4fb2902193a6bd300d80 (diff)
downloadphp-git-baa54b3b8001a05120a0c95af77256e1413ef4ee.tar.gz
add missing check
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 0b670278c9..8d67562e42 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -583,7 +583,7 @@ AC_DEFUN([PHP_MODULE_PTR],[
])
AC_DEFUN([PHP_CONFIG_NICE],[
- mv $1 $1.old
+ test -f $1 && mv $1 $1.old
rm -f $1.old
cat >$1<<EOF
#! /bin/sh