summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-08-02 22:30:04 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-08-02 22:30:04 (GMT)
commit94b580d423524188bcf7136f9829fb68eb6d15d3 (patch)
tree2d6d7b9a428393c23a865b7a0e01e574b5d7a18e /configure
parent4e4d5d2a73688bf42e9789b336b9490a8569cba5 (diff)
downloadcpython-94b580d423524188bcf7136f9829fb68eb6d15d3.zip
cpython-94b580d423524188bcf7136f9829fb68eb6d15d3.tar.gz
cpython-94b580d423524188bcf7136f9829fb68eb6d15d3.tar.bz2
expose sched.h functions (closes #12655)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 17fecec..ca13d70 100755
--- a/configure
+++ b/configure
@@ -6092,7 +6092,7 @@ fi
for ac_header in asm/types.h conio.h curses.h direct.h dlfcn.h errno.h \
fcntl.h grp.h \
ieeefp.h io.h langinfo.h libintl.h ncurses.h poll.h process.h pthread.h \
-shadow.h signal.h stdint.h stropts.h termios.h \
+sched.h shadow.h signal.h stdint.h stropts.h termios.h \
unistd.h utime.h \
sys/audioio.h sys/bsdtty.h sys/epoll.h sys/event.h sys/file.h sys/loadavg.h \
sys/lock.h sys/mkdev.h sys/modem.h \
@@ -14418,8 +14418,8 @@ esac
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
# Files that config.status was made for.
-config_files="`echo $ac_config_files`"
-config_headers="`echo $ac_config_headers`"
+config_files="$ac_config_files"
+config_headers="$ac_config_headers"
_ACEOF