]> granicus.if.org Git - php/commitdiff
Fix another instance of the == bug.
authorSascha Schumann <sas@php.net>
Fri, 23 Feb 2001 16:49:58 +0000 (16:49 +0000)
committerSascha Schumann <sas@php.net>
Fri, 23 Feb 2001 16:49:58 +0000 (16:49 +0000)
ext/fribidi/config.m4

index 8af1b6a9790a60dcd54f5b04a66c7edaeeab285f..2421459130cbfd6528991629242520158bdecf31 100644 (file)
@@ -16,7 +16,7 @@ if test "$PHP_FRIBIDI" != "no"; then
 dnl if module was requested with default path of fribidi installation then 
 dnl $PHP_FRIBIDI will be "yes"
 
-  if test "$PHP_FRIBIDI" == "yes"; then
+  if test "$PHP_FRIBIDI" = "yes"; then
     PHP_FRIBIDI="/usr/local"
   fi