build: Remove HAVE_DLOPEN
[mesa.git] / meson.build
index 1e0b95fcb160e20d4b6952e226a5b959974137cb..ecd08651ff060ea1e37c9a9b12b99985d5e559f5 100644 (file)
@@ -264,7 +264,6 @@ if cc.has_function('dlopen')
 else
   dep_dl = cc.find_library('dl')
 endif
-pre_args += '-DHAVE_DLOPEN'
 
 if not cc.has_function('dladdr', dependencies : dep_dl)
   error('dl library doesn\'t have dladdr')