Fix configuration on Alpine.
[CONFIGURATION] * BUG: Fix configuration on Alpine.
This commit is contained in:
parent
8210240eb9
commit
428ac95235
1 changed files with 3 additions and 0 deletions
|
@ -825,6 +825,9 @@ AC_DEFUN([GB_INTL],
|
||||||
AC_MSG_CHECKING(for external internationalization library)
|
AC_MSG_CHECKING(for external internationalization library)
|
||||||
|
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
|
*-musl)
|
||||||
|
GB_INTL_LIB=-lintl
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
GB_INTL_LIB=
|
GB_INTL_LIB=
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue