summaryrefslogtreecommitdiff
path: root/ext/fdf
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-10-01 02:53:23 +0000
committerfoobar <sniper@php.net>2003-10-01 02:53:23 +0000
commitdc080a5db6f31c5d174dc0cc097da509c2533142 (patch)
tree39482ab88773c67f3b569e6e34bdfc02f818aec2 /ext/fdf
parent5b17050a79fff705bc446446d35525d776b78de7 (diff)
downloadphp-git-dc080a5db6f31c5d174dc0cc097da509c2533142.tar.gz
- Always look into /usr/local before /usr
- Added breaks to make sure the preferred value is used.
Diffstat (limited to 'ext/fdf')
-rw-r--r--ext/fdf/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fdf/config.m4 b/ext/fdf/config.m4
index 2ed695e17e..ada0f80e95 100644
--- a/ext/fdf/config.m4
+++ b/ext/fdf/config.m4
@@ -23,7 +23,7 @@ if test "$PHP_FDFTK" != "no"; then
esac
if test "$PHP_FDFTK" = "yes"; then
- PHP_FDFTK="/usr /usr/local ../FDFToolkitForUNIX ext/fdf/FDFToolkitForUNIX ../fdftk ext/fdf/fdftk"
+ PHP_FDFTK="/usr/local /usr ../FDFToolkitForUNIX ext/fdf/FDFToolkitForUNIX ../fdftk ext/fdf/fdftk"
fi
for dir in $PHP_FDFTK; do