summaryrefslogtreecommitdiff
path: root/ext/fileinfo/config.m4
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-04-05 15:12:52 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-04-05 15:12:52 +0000
commit6f13b138a74273bc7ff32e4896d2b78e74e24837 (patch)
tree0c911507e1fc8893b58c1fbe994841d933ee7449 /ext/fileinfo/config.m4
parentcb8d20760c1854211d485d8a38d82bbef8ca0eb8 (diff)
downloadphp-git-6f13b138a74273bc7ff32e4896d2b78e74e24837.tar.gz
Added another search patch for magic file (fixes bug #3232).
Diffstat (limited to 'ext/fileinfo/config.m4')
-rw-r--r--ext/fileinfo/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fileinfo/config.m4 b/ext/fileinfo/config.m4
index c9ad617163..72cc3aabbf 100644
--- a/ext/fileinfo/config.m4
+++ b/ext/fileinfo/config.m4
@@ -39,7 +39,7 @@ if test "$PHP_FILEINFO" != "no"; then
-L$FILEINFO_DIR/lib -lm -lz -ldl
])
- MAGIC_MIME_LOCATIONS="/usr/local/share/file/magic /usr/share/file/magic /usr/share/misc/file/magic /etc/magic"
+ MAGIC_MIME_LOCATIONS="/usr/local/share/file/magic /usr/share/file/magic /usr/share/misc/file/magic /etc/magic /usr/share/misc"
for i in $MAGIC_MIME_LOCATIONS; do
if test -f $i; then
PHP_DEFAULT_MAGIC_FILE=$i