Skip to content

Commit

Permalink
Spell "overridden" correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Apr 7, 2005
1 parent 5355bdc commit 34785cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/buildcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
# | Sascha Schumann <sascha@schumann.cx> |
# +----------------------------------------------------------------------+
#
# $Id: buildcheck.sh,v 1.35 2005-04-04 07:16:01 jon Exp $
# $Id: buildcheck.sh,v 1.36 2005-04-07 23:33:03 jon Exp $
#

echo "buildconf: checking installation..."

stamp=$1

# Allow the autoconf executable to be overriden by $PHP_AUTOCONF.
# Allow the autoconf executable to be overridden by $PHP_AUTOCONF.
if test -z "$PHP_AUTOCONF"; then
PHP_AUTOCONF='autoconf'
fi
Expand Down

0 comments on commit 34785cf

Please sign in to comment.