diff --git a/configure b/configure
index 5ef94e7ccd..1bac59c963 100755
|
a
|
b
|
check_func_headers windows.h Sleep
|
| 6194 | 6194 | check_func_headers windows.h VirtualAlloc |
| 6195 | 6195 | check_func_headers glob.h glob |
| 6196 | 6196 | enabled xlib && { |
| 6197 | | check_pkg_config xlib xv "X11/Xlib.h X11/extensions/Xvlib.h" XvGetPortAttribute || |
| 6198 | | check_lib xlib "X11/Xlib.h X11/extensions/Xvlib.h" XvGetPortAttribute -lXv -lX11 -lXext; } |
| | 6197 | check_pkg_config xext xlib xv "X11/extensions/Xext.h" "X11/Xlib.h X11/extensions/Xvlib.h" XvGetPortAttribute || |
| | 6198 | check_lib xlib "X11/Xlib.h X11/extensions/Xvlib.h" XvGetPortAttribute -lXext -lXv -lX11; } |
| 6199 | 6199 | |
| 6200 | 6200 | check_headers direct.h |
| 6201 | 6201 | check_headers dirent.h |