Skip to content

Commit

Permalink
stop using --maintainer by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Mar 6, 2010
1 parent 5e6d035 commit b9afc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/parrot.sh
Expand Up @@ -58,7 +58,7 @@ function pc {

# If we have flex and bison, set that up. No sense in not using them
local WKPARROTMAINTAINER=""
__find_program flex bison && WKPARROTMAINTAINER="--maintainer"
#__find_program flex bison && WKPARROTMAINTAINER="--maintainer"

if [ -e "Configure.pl" ]; then
echo "Configuring with: '$WKPARROTMAINTAINER $WKCOMMANDLINE $WKPARROTSTDARGS $*'"
Expand Down

0 comments on commit b9afc02

Please sign in to comment.