Skip to content

Commit

Permalink
Fix problem with old gmakes.
Browse files Browse the repository at this point in the history
Recent gmake allows spaces around most operators, but old one,
like when trying to cross-compile for Mac OS 10.4, can't.
  • Loading branch information
NigelPearson committed May 23, 2011
1 parent 86e34fb commit 0c4789e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/configure
Expand Up @@ -4634,7 +4634,7 @@ fi

if test $target_os = darwin; then
# Qt, by default builds .app bundles everywhere. Prevent this.
enabled mac_bundle || echo "CONFIG -= app_bundle" >> $TMPMAK
enabled mac_bundle || echo "CONFIG-=app_bundle" >> $TMPMAK
fi

cat > $TMPH <<EOF
Expand Down

0 comments on commit 0c4789e

Please sign in to comment.