From: Robin Dunn Date: Mon, 24 Jun 2002 21:51:28 +0000 (+0000) Subject: Fixed a typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f1d193e7eba108b075b36ea88f849ccd6329470f Fixed a typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/BUILD.unix.txt b/wxPython/BUILD.unix.txt index 91b1ea7832..efa4d3fe1c 100644 --- a/wxPython/BUILD.unix.txt +++ b/wxPython/BUILD.unix.txt @@ -303,7 +303,7 @@ was compiled with to compile extension modules. It also appears that distutils assumes that this compiler can compile C or C++ sources as distutils makes no differentiation between the two. For builds using GNU gcc and a few other compilers this is not an issue as they will -determine the type of souece from the file extension. For SunCC (and +determine the type of source from the file extension. For SunCC (and probably other compilers that came from cfront) it won't work as the C compiler (cc) is totally separate from the C++ compiler (CC). This causes distutils to attempt to compile the wxPython sources with the C