Commit 562dd63b authored by Naohiro KORIYAMA's avatar Naohiro KORIYAMA Committed by Rémi Denis-Courmont

detect libintl static library correctly in configure

Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent 7ba1f036
......@@ -48,6 +48,10 @@ endif
# Work around another non-sense of autoconf.
ifdef HAVE_WIN32
(cd $(PREFIX)/include; sed -i.orig '314 c #if 0' libintl.h)
endif
ifdef HAVE_MACOSX
# detect libintl correctly in configure for static library
(cd $(PREFIX)/share/aclocal; sed -i.orig '184s/$$LIBINTL/$$LIBINTL $$INTL_MACOSX_LIBS/' gettext.m4)
endif
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment