You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
525 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -502,8 +502,10 @@ SAH_CHECK_LIB([dl], [dlopen],
  4. [BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${sah_lib_last}"])
  5. SAH_CHECK_LIB([nsl], [gethostbyname],
  6. [BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${sah_lib_last}"])
  7. +if test "${enable_manager}" = yes ; then
  8. SAH_CHECK_LIB([freetype], [fopen],
  9. [BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${sah_lib_last}"])
  10. +fi
  11. SAH_CHECK_LIB([socket], [bind],
  12. [BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${sah_lib_last}"])
  13. SAH_CHECK_LIB([z], [gzopen],