Explorar el Código

fix handling of with_wddx option

Michael van Elst hace 22 años
padre
commit
960870828c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      php/php.spec

+ 2 - 2
php/php.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Language
 License:      PHP
 Version:      4.3.2
-Release:      20030701
+Release:      20030702
 
 #   package options (analog to apache.spec)
 %option       with_calendar      no
@@ -269,7 +269,7 @@ AutoReqProv:  no
         --with-dom-xslt=%{l_prefix} \
         --with-dom-exslt=%{l_prefix} \
 %endif
-%if "%{with_dom}" == "yes"
+%if "%{with_wddx}" == "yes"
         --enable-wddx \
 %endif
 %if "%{with_bc}" == "yes"