Correct test for LIBTOOLIZE by quoting it

Based on a patch from Roland <blueburn85 gmail com>.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73278
This commit is contained in:
Simon McVittie 2014-01-17 15:58:43 +00:00
parent d1699118c9
commit 8875cdf025

View file

@ -48,7 +48,7 @@ fi
}
LIBTOOLIZE=`which libtoolize`
if ! test -f $LIBTOOLIZE; then
if ! test -f "$LIBTOOLIZE"; then
LIBTOOLIZE=`which glibtoolize`
fi