From: JINMEI Tatuya Date: Wed, 24 Oct 2012 16:04:43 +0000 (-0700) Subject: [master] wording fix in changelog X-Git-Tag: trac2406_base~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80210bc17829ab209d714a10daa35bebad2f6dc0;p=thirdparty%2Fkea.git [master] wording fix in changelog trivial, committing at my discretion. --- diff --git a/ChangeLog b/ChangeLog index aa1df88c33..e31f44ca55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -62,7 +62,7 @@ 488. [build] jinmei On configure, changed the search order for Python executable. - It first ties more specific file names such as "python3.2" before + It first tries more specific file names such as "python3.2" before more generic "python3". This will prevent configure failure on Mac OS X that installs Python3 via recent versions of Homebrew. (Trac #2339, git 88db890d8d1c64de49be87f03c24a2021bcf63da)