Added missing -lintl for Macs.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1829 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-05-08 04:45:08 +00:00
parent 4bf28fa566
commit a5b23fcf6c

View File

@ -98,6 +98,7 @@ case "${host}" in
if test x$have_pkg_config != xno; then
LDFLAGS="$LDFLAGS `pkg-config --libs freealut`"
fi
LDFLAGS="$LDFLAGS -lintl"
esac