PHP_OS and PHP_UNAME need to be hardcoded for cross builds

This commit is contained in:
Anantha Kesari H Y 2005-04-18 09:46:53 +00:00
parent ba22efa25c
commit ea6d23b8c0

View File

@ -167,6 +167,10 @@ case $host_alias in
fi
;;
*netware*)
PHP_OS="NetWare"
PHP_UNAME="NetWare"
AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[hardcode for each of the cross compiler host])
AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[hardcode for each of the cross compiler host])
PHP_BUILD_PROGRAM
PHP_ADD_SOURCES(win32, sendmail.c, -I$CFLAGS,php)
;;