summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel@osg.samsung.com>2018-01-06 22:11:30 +0000
committerMarcel Hollerbach <marcel@osg.samsung.com>2018-03-27 17:50:02 +0100
commit86113a5d671bdde0a887c08d0f832c3e0f207d40 (patch)
treee253deeb22f1cc8d53f399d0ebb58987beb3d334
parentd1ef2dc0f4c37981f2df2b2be0ebfc853c5cdbf5 (diff)
downloadefl-86113a5d671bdde0a887c08d0f832c3e0f207d40.tar.gz
meson: fix iconv checking
-rw-r--r--header_checks/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/header_checks/meson.build b/header_checks/meson.build
index 5c2f6db801..2e4de1a5d1 100644
--- a/header_checks/meson.build
+++ b/header_checks/meson.build
@@ -54,7 +54,7 @@ function_checks = [
['getpwent', ['sys/types.h', 'pwd.h']],
['getuid', ['unistd.h']],
['getxattr', ['sys/types.h', 'sys/xattr.h']],
- ['iconv_t', ['iconv.h']],
+ ['iconv', ['iconv.h']],
['listxattr', ['sys/types.h', 'sys/xattr.h']],
['mallinfo', ['malloc.h']],
['malloc_info', ['malloc.h']],