mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
16 lines
363 B
Diff
16 lines
363 B
Diff
Author: Holger Jaekel <holger.jaekel@gmx.de>
|
|
Summary: link against libintl
|
|
----
|
|
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -13919,7 +13919,7 @@
|
|
|
|
ac_fn_c_check_func "$LINENO" "gettext" "ac_cv_func_gettext"
|
|
if test "x$ac_cv_func_gettext" = xyes; then :
|
|
- INTLLIB=
|
|
+ INTLLIB=-lintl
|
|
else
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettext in -lintl" >&5
|