From: <ljs...@us...> - 2006-09-14 01:22:50
|
Revision: 350 http://svn.sourceforge.net/cadcdev/?rev=350&view=rev Author: ljsebald Date: 2006-09-13 18:22:40 -0700 (Wed, 13 Sep 2006) Log Message: ----------- Adding in a minor change to kos-cc to make my copy of autoconf happy. Modified Paths: -------------- kos/utils/gnu_wrappers/kos-cc Modified: kos/utils/gnu_wrappers/kos-cc =================================================================== --- kos/utils/gnu_wrappers/kos-cc 2006-08-12 18:38:18 UTC (rev 349) +++ kos/utils/gnu_wrappers/kos-cc 2006-09-14 01:22:40 UTC (rev 350) @@ -15,7 +15,7 @@ # Partial compile USEMODE=2 ;; - conftest.c | conftest.cc) + conftest.c | conftest.cc | conftest.cpp) # Used in autoconf... we really probably need # a better way to do this. (scan for any .c?) USEMODE=1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |