mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
AC_SEARCH_LIBS try to compile and use a symbol (timer_create) using a lib (rt). But, in fact, it also try to use the symbol but without using the lib. If it's work, it consider that the libs is found and set the ac_res variable to "none required". So, we must check the value of ac_res to know if we must add '-lrt' to the pkg-config file.