]> granicus.if.org Git - php/commitdiff
Added another search patch for magic file (fixes bug #3232).
authorIlia Alshanetsky <iliaa@php.net>
Tue, 5 Apr 2005 15:12:52 +0000 (15:12 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 5 Apr 2005 15:12:52 +0000 (15:12 +0000)
ext/fileinfo/config.m4

index c9ad6171631b9f703312b191bc3090e3228b8e8a..72cc3aabbf16e54e9d60532288a097d54cf8cb1e 100644 (file)
@@ -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