/
githubmirror
/
sssd
Обзор
Документация
Войти
/
githubmirror
/
sssd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/external/libunistring.m4
31 строка
1 KB
Lukas Slebodnik
AUTOTOOLS: Refactor unicode library detection
09 сен 2013, 18:23
09 сен 2013, 18:23
9dbdf62
Код
Авторство
О чём код?
SSS_AC_EXPAND_LIB_DIR() AC_CHECK_HEADERS([unistr.h], [AC_CHECK_LIB([unistring], [u8_strlen], [UNISTRING_LIBS="-lunistring"], [AC_MSG_ERROR([No usable libunistring library found])], [-L$sss_extra_libdir])], [AC_MSG_ERROR([libunistring header files are not installed])] ) AC_CHECK_HEADERS([unicase.h], [AC_CHECK_LIB([unistring], [u8_casecmp], [UNISTRING_LIBS="-lunistring"], [AC_MSG_ERROR([No usable libunistring library found])], [-L$sss_extra_libdir])], [AC_MSG_ERROR([libunistring header files are not installed])] ) AC_CHECK_HEADERS([unistr.h], [AC_CHECK_LIB([unistring], [u8_check], [UNISTRING_LIBS="-lunistring"], [AC_MSG_ERROR([No usable libunistring library found])], [-L$sss_extra_libdir])], [AC_MSG_ERROR([libunistring header files are not installed])] ) UNISTRING_LIBS="-L$sss_extra_libdir $UNISTRING_LIBS "