1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

MFH: typo fix

This commit is contained in:
foobar
2003-01-28 06:52:33 +00:00
parent 97ab5eb4d4
commit beed320140
+1 -1
View File
@@ -15,7 +15,7 @@ if test "$PHP_MIME_MAGIC" != "no"; then
dnl
dnl Try to see if we can find the path of the magic file in its default locations.
dnl
if test "$PHP_MIME_MAGIC" = "yes"; then
if test "$PHP_MIME_MAGIC" != "yes"; then
if test -f $PHP_MIME_MAGIC; then
PHP_MIME_MAGIC_FILE_PATH=$PHP_MIME_MAGIC
else