Fix configure check for gcc atomics on 32-bit x86.
[wxWidgets.git] / build / bakefiles / plugins.bkl
1 <?xml version="1.0" ?>
2
3 <makefile>
4      
5     <!-- ================================================================ -->
6     <!--                        Unix audio plugins                        -->
7     <!-- ================================================================ -->
8     
9     <wx-base-plugin id="sound_sdl" cond="WITH_PLUGIN_SDL=='1'">
10         <sources>$(UNIX_SOUND_SRC_SDL)</sources>
11         <ldlibs>$(EXTRALIBS_SDL)</ldlibs>
12     </wx-base-plugin>
13
14
15 </makefile>