]> granicus.if.org Git - php/commitdiff
Fix build and add a mips-related preprocessor directive.
authorSascha Schumann <sas@php.net>
Sat, 28 Jul 2001 00:49:56 +0000 (00:49 +0000)
committerSascha Schumann <sas@php.net>
Sat, 28 Jul 2001 00:49:56 +0000 (00:49 +0000)
configure.in

index ab5311c5b8891a65b6c082eea5019da01451ff7f..9754935702261e1b7bc5b8568af52627109ea6cf 100644 (file)
@@ -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,[ ])