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:
@@ -2,4 +2,6 @@
|
||||
LTLIBRARY_NAME = libsapi.la
|
||||
LTLIBRARY_SOURCES = roxen.c
|
||||
|
||||
PRE_INCLUDES = $(PIKE_INCLUDE_DIR)
|
||||
|
||||
include $(top_srcdir)/build/ltlib.mk
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user