common/autoconf/configure.ac

changeset 868
6f19b2440412
parent 839
174a54ce39c4
child 972
f3697e0783e2
equal deleted inserted replaced
867:2cc1a52d37ef 868:6f19b2440412
175 # 175 #
176 # Check dependencies for external and internal libraries. 176 # Check dependencies for external and internal libraries.
177 # 177 #
178 ############################################################################### 178 ###############################################################################
179 179
180 # After we have toolchain, we can compile fixpath. It's needed by the lib checks.
181 BASIC_COMPILE_FIXPATH
182
180 LIB_SETUP_INIT 183 LIB_SETUP_INIT
181 LIB_SETUP_X11 184 LIB_SETUP_X11
182 LIB_SETUP_CUPS 185 LIB_SETUP_CUPS
183 LIB_SETUP_FREETYPE 186 LIB_SETUP_FREETYPE
184 LIB_SETUP_ALSA 187 LIB_SETUP_ALSA
185 LIB_SETUP_MISC_LIBS 188 LIB_SETUP_MISC_LIBS
186 LIB_SETUP_STATIC_LINK_LIBSTDCPP 189 LIB_SETUP_STATIC_LINK_LIBSTDCPP
187 190
188 # After we have toolchain and the paths to all libraries (needed by msys), we can compile the fixpath helper
189 BASIC_COMPILE_FIXPATH
190 191
191 ############################################################################### 192 ###############################################################################
192 # 193 #
193 # We need to do some final tweaking, when everything else is done. 194 # We need to do some final tweaking, when everything else is done.
194 # 195 #

mercurial