mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
15 lines
373 B
Diff
15 lines
373 B
Diff
Author: Holger Jaekel <holger.jaekel@gmx.de>
|
|
Summary: link against libintl
|
|
----
|
|
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -15133,7 +15133,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_nop
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gettext in -lintl" >&5
|