],[
-L$OPENSSL_LIBDIR
])
+
+ AC_SUBST(OPENSSL_INCDIR)
+
])
dnl PHP_EVAL_LIBLINE(LINE, SHARED-LIBADD)
])
dnl
-dnl PHP_SELECT_SAPI(name, type[, sources])
+dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags]])
dnl
dnl Selects the SAPI name and type (static, shared, programm)
dnl and optionally also the source-files for the SAPI-specific
bundle) PHP_BUILD_BUNDLE;;
program) PHP_BUILD_PROGRAM;;
esac
+
+ ifelse($,,ac_extra=,[ac_extra=$4])
- ifelse($3,,,[PHP_ADD_SOURCES(sapi/$1, $3,,sapi)])
+ ifelse($3,,,[PHP_ADD_SOURCES(sapi/$1, $3, $ac_extra, sapi)])
])
dnl deprecated