From beed320140801e4efb2970bc76e46a50dc66f129 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 28 Jan 2003 06:52:33 +0000 Subject: [PATCH] MFH: typo fix --- ext/mime_magic/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mime_magic/config.m4 b/ext/mime_magic/config.m4 index 506c785630..e65565724d 100644 --- a/ext/mime_magic/config.m4 +++ b/ext/mime_magic/config.m4 @@ -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 -- 2.50.1