summaryrefslogtreecommitdiff
path: root/third_party/popt/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/popt/wscript')
-rw-r--r--third_party/popt/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/popt/wscript b/third_party/popt/wscript
index f93d12e07cd..a613ff648fb 100644
--- a/third_party/popt/wscript
+++ b/third_party/popt/wscript
@@ -9,6 +9,7 @@ def configure(conf):
conf.CHECK_HEADERS('float.h')
conf.CHECK_FUNCS('stpcpy')
+ conf.CHECK_LIB('iconv', shlib=True)
def build(bld):
if bld.CONFIG_SET('USING_SYSTEM_POPT'):