From e1174f5ea6ff0a51738830e10a92819135a22b32 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 22 Nov 2011 21:33:10 -0800 Subject: * configure: Fix environ test case for C++. --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 405e6499..1c2ad994 100755 --- a/configure +++ b/configure @@ -881,6 +881,8 @@ fi printf "Checking whether we have environ ... " cat > conftest.c < + int main(void) { extern char **environ; -- cgit v1.2.3