From 28b0a3167b36eca7160466c048c865639e07711f Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 28 Jul 2001 00:49:56 +0000 Subject: [PATCH] Fix build and add a mips-related preprocessor directive. --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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,[ ]) -- 2.50.1