Build fix for FreeBSD.

Fixes #3271
This commit is contained in:
Gunnar Beutner 2012-10-12 10:50:16 +02:00
parent 26da51e071
commit 2b11b2b267
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ do
if test -z "$NO_LIBTOOLIZE" ; then
echo "Running libtoolize..."
libtoolize --force --copy
find third-party/ltdl \! -perm u=w -exec chmod u+w '{}' ';'
fi
fi
echo "Running aclocal $aclocalinclude ..."