osmesa: Link with -ldl for dlopen code
authorDan Nicholson <dbn.lists@gmail.com>
Fri, 5 Jun 2009 02:42:08 +0000 (19:42 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Fri, 5 Jun 2009 02:47:41 +0000 (19:47 -0700)
commit6453605785a3036c7e633400e4bd35bf2297b000
treee3bfbdcdc952002c77fd8465f66dc2cfa0debf47
parent5df64685892aea4dabee377352888d8eb58e9446
osmesa: Link with -ldl for dlopen code

Now that the dlopen wrappers are built into libmesa.a, we need to link
standalone libOSMesa with libdl to resolve dlopen and friends on
platforms that need it.
(cherry picked from commit 4795dd5950d4dcd7c8d421c8fb4851c193297ba1)
configure.ac