pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-16
2014-12-16 00:05:49 by Bill Welliver <bill@welliver.org>
59ac4f2104aac168fb11b0c78fd97a53b05b0cc8 (
9
lines) (+
6
/-
3
)
[
Show
|
Annotate
]
Branch:
8.0
build: modules that invoke pike for building should now be able to do so.
450:
CROSS="$ac_cv_prog_cc_cross" fi AC_SUBST(CROSS)
-
+
if test "x$enable_binary" = "xno"; then CC="$BINDIR/nobinary_dummy cc" RUNPIKE="USE_PIKE"
462:
RUNPIKE="DEFAULT_RUNPIKE" RUNTPIKE="USE_TPIKE" fi
-
AC_SUBST(RUNPIKE)
-
AC_SUBST(RUNTPIKE)
+
############################################################################# if test "x$enable_binary" != "xno"; then
2211:
# Windows NT DO_IF_OS(Windows_NT, [
+
case "x$CC" in *rntecl*) # Some options used by ecl (Intel's IA64 compiler).
2251:
fi ])
+
AC_SUBST(RUNPIKE)
+
AC_SUBST(RUNTPIKE)
+
dnl dnl This does not work with Digital UNIX cc/ld (cc thinks it is ok, ld does not) dnl
2333:
]) fi
+
AC_MSG_CHECKING([crc32 intrinsics]) AC_CACHE_VAL(pike_cv_sys_have_crc_intrinsics,[ AC_TRY_LINK([