summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Lhomme <robux4@gmail.com>2016-12-15 18:00:55 +0100
committerDiego Biurrun <diego@biurrun.de>2016-12-16 10:03:20 +0100
commitef9a711be718ed3802a263d1d9ed340a4aaef224 (patch)
tree47bbfd319282b198506dff81065e779f60a953c5
parenta4fec9a7eab842ea5eea1b1ee98624356cb31422 (diff)
configure: put d3d11 check in alphabetical order
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index fb82fc4d47..25640ebb7f 100755
--- a/configure
+++ b/configure
@@ -1514,6 +1514,7 @@ HEADERS_LIST="
arpa_inet_h
cdio_paranoia_h
cdio_paranoia_paranoia_h
+ d3d11_h
dispatch_dispatch_h
dev_bktr_ioctl_bt848_h
dev_bktr_ioctl_meteor_h
@@ -1522,7 +1523,6 @@ HEADERS_LIST="
dev_video_meteor_ioctl_meteor_h
direct_h
dlfcn_h
- d3d11_h
dxva_h
gsm_h
io_h
@@ -4530,9 +4530,9 @@ check_func_headers windows.h Sleep
check_func_headers windows.h VirtualAlloc
check_struct windows.h "CONDITION_VARIABLE" Ptr
+check_header d3d11.h
check_header direct.h
check_header dlfcn.h
-check_header d3d11.h
check_header dxva.h
check_header dxva2api.h
check_header io.h