macos-setup: remove tabs.

Consistenly use spaces for indentation.


(cherry picked from commit 2db0c64034)
This commit is contained in:
Guy Harris 2020-12-17 20:43:43 +00:00
parent 566f03b3c3
commit 5e31174b33
1 changed files with 2 additions and 2 deletions

View File

@ -792,8 +792,8 @@ install_glib() {
# developer tools, there is a /usr/include directory).
#
includedir=`SDKROOT="$SDKPATH" xcrun --show-sdk-path 2>/dev/null`/usr/include
if [ ! -f ./configure ]; then
LIBTOOLIZE=glibtoolize ./autogen.sh
if [ ! -f ./configure ]; then
LIBTOOLIZE=glibtoolize ./autogen.sh
fi
if grep -qs '#define.*MACOSX' $includedir/ffi/fficonfig.h
then