summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-07-28 00:49:56 +0000
committerSascha Schumann <sas@php.net>2001-07-28 00:49:56 +0000
commit28b0a3167b36eca7160466c048c865639e07711f (patch)
treebe5bf61a8f342a5f356127efba8ae69e3bb17492 /configure.in
parent6be787a9291ce572dd38b47594e069c67ee372aa (diff)
downloadphp-git-28b0a3167b36eca7160466c048c865639e07711f.tar.gz
Fix build and add a mips-related preprocessor directive.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ab5311c5b8..9754935702 100644
--- a/configure.in
+++ b/configure.in
@@ -109,6 +109,8 @@ case $host_alias in
*beos*)
beos_threads=1
LIBS="$LIBS -lbe -lroot";;
+*mips*)
+ CPPFLAGS="$CPPFLAGS -D_XPG_IV";;
esac
AM_PROG_CC_STDC
@@ -689,7 +691,7 @@ LIBZEND_OTHER_CHECKS
TSRM_LIB='TSRM/libtsrm.la'
TSRM_DIR=TSRM
-INCLUDES="$INCLUDES -I\$(top_builddir)/TSRM"
+CPPFLAGS="$CPPFLAGS -I\$(top_builddir)/TSRM"
if test "$ZEND_EXPERIMENTAL_ZTS" = "yes"; then
AC_DEFINE(ZTS,1,[ ])