mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[meson] set instead of set10. Refs #140
This commit is contained in:
parent
791950c8a4
commit
eb226fcc5e
@ -166,8 +166,8 @@ conf_data.set10('HAVE_NET_IF_H', compiler.has_header('net/if.h'))
|
||||
|
||||
conf_data.set10('HAVE_STDINT_H', compiler.has_header('stdint.h'))
|
||||
conf_data.set10('HAVE_INTTYPES_H', compiler.has_header('inttypes.h'))
|
||||
conf_data.set10('HAVE_PWD_H', compiler.has_header('pwd.h'))
|
||||
conf_data.set10('HAVE_TERMIOS_H', compiler.has_header('termios.h'))
|
||||
conf_data.set('HAVE_PWD_H', compiler.has_header('pwd.h'))
|
||||
conf_data.set('HAVE_TERMIOS_H', compiler.has_header('termios.h'))
|
||||
conf_data.set10('HAVE_POLL_H', compiler.has_header('poll.h'))
|
||||
|
||||
conf_data.set10('HAVE_SYS_TYPES_H', compiler.has_header('sys/types.h'))
|
||||
|
Loading…
Reference in New Issue
Block a user