2
0
Fork 0

remove mandatory parameter for libdl, some systems don't have a special lib for it (freebsd)

This commit is contained in:
Thomas Porzelt 2008-11-21 02:25:10 +01:00
parent 2fd657cb0b
commit f02689bafb
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ def configure(conf):
conf.define('HAVE_LIBLUA', 1)
if not opts.static:
conf.check(lib='dl', uselib_store='dl', mandatory=True)
conf.check(lib='dl', uselib_store='dl')
# check for available headers
conf.check(header_name='sys/socket.h')