pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2013-08-14
2013-08-14 09:15:46 by Marcus Comstedt <marcus@mc.pp.se>
d3d9b813050b594ac93fb268a7bb91b9303dc632 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Configure: Fix putenv test for cross compilation
7925:
return 0; }], pike_cv_putenv_always_requires_equal=no,
-
pike_cv_putenv_always_requires_equal=yes
+
pike_cv_putenv_always_requires_equal=yes
,
+
pike_cv_putenv_always_requires_equal=cross-compiling
) ]) AC_MSG_RESULT($pike_cv_putenv_always_requires_equal)
-
if test "x$pike_cv_putenv_always_requires_equal" = "
xyes
"; then
+
if test "x$pike_cv_putenv_always_requires_equal"
!
= "
xno
"; then
AC_DEFINE(PUTENV_ALWAYS_REQUIRES_EQUAL, [], [Defined if putenv() always requires a '=']) fi