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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user