0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-18 01:48:27 +02:00

configure.ac: Unformat the include list.

This commit is contained in:
Jason Volk 2017-12-28 13:41:13 -07:00
parent 01feeaab6e
commit b22d96977a

View file

@ -429,16 +429,17 @@ RB_CHK_SYSHEADER([shared_mutex], [SHARED_MUTEX])
RB_CHK_SYSHEADER([condition_variable], [CONDITION_VARIABLE])
RB_CHK_SYSHEADER([random], [RANDOM])
RB_CHK_SYSHEADER([bitset], [BITSET])
dnl experimental
RB_CHK_SYSHEADER([string_view], [STRING_VIEW])
RB_CHK_SYSHEADER([experimental/string_view], [EXPERIMENTAL_STRING_VIEW])
dnl windows platform
RB_CHK_SYSHEADER([windows.h], [WINDOWS_H])
RB_CHK_SYSHEADER([winsock2.h], [WINSOCK2_H])
RB_CHK_SYSHEADER([ws2tcpip.h], [WS2TCPIP_H])
RB_CHK_SYSHEADER([iphlpapi.h], [IPHLPAPI_H])
dnl experimental
RB_CHK_SYSHEADER([experimental/string_view], [EXPERIMENTAL_STRING_VIEW])
dnl
dnl Specific function checks