diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -611,7 +611,7 @@ cat > $test.c <<EOF | |||
611 | int main() { return 0; } | 611 | int main() { return 0; } |
612 | EOF | 612 | EOF |
613 | if try $CC -c $CFLAGS $test.c; then | 613 | if try $CC -c $CFLAGS $test.c; then |
614 | sed < zconf.h "/^#ifdef HAVE_UNISTD_H.* may be/s/def HAVE_UNISTD_H\(.*\) may be/ 1\1 was/" > zconf.temp.h | 614 | sed < zconf.h "/^#if HAVE_UNISTD_H-0.* may be/s/ HAVE_UNISTD_H-0\(.*\) may be/ 1\1 was/" > zconf.temp.h |
615 | mv zconf.temp.h zconf.h | 615 | mv zconf.temp.h zconf.h |
616 | echo "Checking for unistd.h... Yes." | tee -a configure.log | 616 | echo "Checking for unistd.h... Yes." | tee -a configure.log |
617 | else | 617 | else |
@@ -626,7 +626,7 @@ cat > $test.c <<EOF | |||
626 | int main() { return 0; } | 626 | int main() { return 0; } |
627 | EOF | 627 | EOF |
628 | if try $CC -c $CFLAGS $test.c; then | 628 | if try $CC -c $CFLAGS $test.c; then |
629 | sed < zconf.h "/^#ifdef HAVE_STDARG_H.* may be/s/def HAVE_STDARG_H\(.*\) may be/ 1\1 was/" > zconf.temp.h | 629 | sed < zconf.h "/^#if HAVE_STDARG_H-0.* may be/s/ HAVE_STDARG_H-0\(.*\) may be/ 1\1 was/" > zconf.temp.h |
630 | mv zconf.temp.h zconf.h | 630 | mv zconf.temp.h zconf.h |
631 | echo "Checking for stdarg.h... Yes." | tee -a configure.log | 631 | echo "Checking for stdarg.h... Yes." | tee -a configure.log |
632 | else | 632 | else |