|
1 | 1 | #! /bin/sh |
2 | | -# From configure.in Revision: 1.325 . |
| 2 | +# From configure.in Revision: 1.327 . |
3 | 3 | # Guess values for system-dependent variables and create Makefiles. |
4 | 4 | # Generated by GNU Autoconf 2.53. |
5 | 5 | # |
@@ -843,7 +843,6 @@ Optional Packages: |
843 | 843 | --with(out)-threads=DIRECTORY disable/enable thread support |
844 | 844 | --with(out)-thread=DIRECTORY deprecated; use --with(out)-threads |
845 | 845 | --with-pth use GNU pth threading libraries |
846 | | - --with(out)-cycle-gc disable/enable garbage collection |
847 | 846 | --with(out)-universal-newlines disable/enable foreign newlines |
848 | 847 | --with(out)-doc-strings disable/enable documentation strings |
849 | 848 | --with(out)-pymalloc disable/enable specialized mallocs |
@@ -11055,30 +11054,6 @@ if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then |
11055 | 11054 | fi |
11056 | 11055 | fi |
11057 | 11056 |
|
11058 | | -# Check for GC support |
11059 | | -echo "$as_me:$LINENO: checking for --with-cycle-gc" >&5 |
11060 | | -echo $ECHO_N "checking for --with-cycle-gc... $ECHO_C" >&6 |
11061 | | -
|
11062 | | -# Check whether --with-cycle-gc or --without-cycle-gc was given. |
11063 | | -if test "${with_cycle_gc+set}" = set; then |
11064 | | - withval="$with_cycle_gc" |
11065 | | -
|
11066 | | -fi; |
11067 | | -
|
11068 | | -if test -z "$with_cycle_gc" |
11069 | | -then with_cycle_gc="yes" |
11070 | | -fi |
11071 | | -if test "$with_cycle_gc" != "no" |
11072 | | -then |
11073 | | -
|
11074 | | -cat >>confdefs.h <<\_ACEOF |
11075 | | -#define WITH_CYCLE_GC 1 |
11076 | | -_ACEOF |
11077 | | -
|
11078 | | -fi |
11079 | | -echo "$as_me:$LINENO: result: $with_cycle_gc" >&5 |
11080 | | -echo "${ECHO_T}$with_cycle_gc" >&6 |
11081 | | -
|
11082 | 11057 | # Check for universal newline support |
11083 | 11058 | echo "$as_me:$LINENO: checking for --with-universal-newline" >&5 |
11084 | 11059 | echo $ECHO_N "checking for --with-universal-newline... $ECHO_C" >&6 |
@@ -11441,7 +11416,6 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6 |
11441 | 11416 |
|
11442 | 11417 |
|
11443 | 11418 |
|
11444 | | -
|
11445 | 11419 |
|
11446 | 11420 |
|
11447 | 11421 | for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \ |
|
0 commit comments