1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

Fixed include directory problems.

This commit is contained in:
David Hedbor
2000-06-05 21:05:40 +00:00
parent ff8a716efe
commit ebe02095df
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -2,4 +2,6 @@
LTLIBRARY_NAME = libsapi.la
LTLIBRARY_SOURCES = roxen.c
PRE_INCLUDES = $(PIKE_INCLUDE_DIR)
include $(top_srcdir)/build/ltlib.mk
+3 -1
View File
@@ -25,7 +25,7 @@ AC_ARG_WITH(roxen,
else
AC_MSG_ERROR(Roxen/PHP requires Pike 0.7.79 or newer)
fi
AC_ADD_INCLUDE($PIKE_INCLUDE_DIR)
AC_DEFINE(HAVE_ROXEN,1,[Whether you use Roxen])
PHP_SAPI=roxen
PHP_BUILD_SHARED
@@ -34,6 +34,8 @@ AC_ARG_WITH(roxen,
Pike binary used: $PIKE
Pike include dir: $PIKE_INCLUDE_DIR
Pike module directory: $PIKE_MODULE_DIR"
PIKE_INCLUDE_DIR=" -I$PIKE_INCLUDE_DIR "
PHP_SUBST(PIKE_INCLUDE_DIR)
])
AC_MSG_RESULT($RESULT)