Hi all,

Attached patch applies to prerelease, master and chicken-5.
It will get rid of the error in the env test reported by Alex
Shendi.

Cheers,
Peter
From 03304e33643e59ec3531ff9cb8340d60ae7fcfcb Mon Sep 17 00:00:00 2001
From: Peter Bex <pe...@more-magic.net>
Date: Sat, 28 Jan 2017 16:22:57 +0100
Subject: [PATCH] Android has SETENV, so define HAVE_SETENV.

This prevents the env test from breaking.
---
 Makefile.android | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.android b/Makefile.android
index bf172c9..a9e7b2a 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -80,6 +80,7 @@ chicken-config.h: chicken-defaults.h
 	echo "#define HAVE_STRTOQ 1" >>$@
 	echo "#define HAVE_SYS_STAT_H 1" >>$@
 	echo "#define HAVE_SYS_TYPES_H 1" >>$@
+	echo "#define HAVE_SETENV 1" >>$@
 	echo "#define HAVE_UNISTD_H 1" >>$@
 	echo "#define HAVE_UNSIGNED_LONG_LONG 1" >>$@
 	echo "#define STDC_HEADERS 1" >>$@
-- 
2.1.4

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to