diff options
| author | foobar <sniper@php.net> | 2003-01-28 06:52:09 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2003-01-28 06:52:09 +0000 |
| commit | c96fe825b87a32f33458133cb3dcaf8a8c2b611e (patch) | |
| tree | 9ffde69cfaef320db0354d9acd7c3418f5ec2488 /ext/mime_magic | |
| parent | 1ab64d2b9659aabe485b9221d98b84e79decb8a1 (diff) | |
| download | php-git-c96fe825b87a32f33458133cb3dcaf8a8c2b611e.tar.gz | |
fix typo
Diffstat (limited to 'ext/mime_magic')
| -rw-r--r-- | ext/mime_magic/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
