Mercurial > pidgin
changeset 22616:185b37776140
It is good when documentation matches reality. I figured all the other env
vars for this sort of thing used _FLAGS so this should also.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Thu, 03 Apr 2008 22:57:58 +0000 |
parents | 0f8fe131008a |
children | ae436d5e42d5 |
files | autogen.sh |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/autogen.sh Wed Apr 02 16:45:07 2008 +0000 +++ b/autogen.sh Thu Apr 03 22:57:58 2008 +0000 @@ -134,5 +134,5 @@ ############################################################################### # Run configure ############################################################################### -echo "running ./configure ${CONFIGURE_ARGS} $@" -./configure ${CONFIGURE_ARGS} $@ +echo "running ./configure ${CONFIGURE_FLAGS} $@" +./configure ${CONFIGURE_FLAGS} $@