diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-09-01 02:15:17 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-09-01 02:15:17 (GMT) |
commit | 799bd80d8afd89546a5ec9e93a63f34d3cd65a9f (patch) | |
tree | 2926e6846bf160cd1b9d572179acfc911a84699b /configure | |
parent | ab3bea6815a236af940b7d25a0d295e6bbf20c5b (diff) | |
download | cpython-799bd80d8afd89546a5ec9e93a63f34d3cd65a9f.zip cpython-799bd80d8afd89546a5ec9e93a63f34d3cd65a9f.tar.gz cpython-799bd80d8afd89546a5ec9e93a63f34d3cd65a9f.tar.bz2 |
expose linux extended file system attributes (closes #12720)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6090,7 +6090,7 @@ $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi -for ac_header in asm/types.h conio.h curses.h direct.h dlfcn.h errno.h \ +for ac_header in asm/types.h attr/xattr.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 \ sched.h shadow.h signal.h stdint.h stropts.h termios.h \ |