diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -881,6 +881,8 @@ fi printf "Checking whether we have environ ... " cat > conftest.c <<! +#include <stdio.h> + int main(void) { extern char **environ; |