|
From: <sv...@va...> - 2009-07-14 01:29:48
|
Author: njn Date: 2009-07-14 02:29:39 +0100 (Tue, 14 Jul 2009) New Revision: 10443 Log: comment change Modified: trunk/configure.in Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2009-07-14 00:29:30 UTC (rev 10442) +++ trunk/configure.in 2009-07-14 01:29:39 UTC (rev 10443) @@ -25,9 +25,10 @@ AM_PROG_CC_C_O AC_PROG_CPP AC_PROG_CXX -# AC_PROG_OBJC apparently causes problems on older Linux distros. If we -# ever have any Objective-C code in the Valgrind code base (eg. most likely -# as Darwin-specific tests) we'll need one of the following: +# AC_PROG_OBJC apparently causes problems on older Linux distros (eg. with +# autoconf 2.59). If we ever have any Objective-C code in the Valgrind code +# base (eg. most likely as Darwin-specific tests) we'll need one of the +# following: # - put AC_PROG_OBJC in a Darwin-specific part of this file # - Use AC_PROG_OBJC here and up the minimum autoconf version # - Use the following, which is apparently equivalent: |