On Mon, 19 Mar 2001, Alexander Bokovoy wrote:

>>    fi
>>    PHP_SUBST(MIDCONFIG_FILE)
>> -  AC_SUBST(MIDCONFIG_FILE)
>> -  AC_OUTPUT(php_midgard.h, [], [])
>> +  PHP_OUTPUT(php_midgard.h, [], [])
>>    AC_DEFINE(HAVE_MIDGARD, 1, [ ])
>>    PHP_EXTENSION(midgard, $ext_shared)
>>  fi
>This fix does not work because @MIDCONFIG_FILE@ in php_midgard.h does
>not substituted by PHP_OUTPUT using template file php_midgard.h.in.
>Either fix building environment in PHP4 which does not allow output
>variable's value through template header file for extensions or revert
>change back. That change was tested before commit.

Eh? Did you test WITHOUT having --with-midgard in your configure line?
I bet you didn't.

--Jani



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to