From: Nicholas Nethercote Date: Tue, 14 Jul 2009 01:29:39 +0000 (+0000) Subject: comment change X-Git-Tag: svn/VALGRIND_3_5_0~404 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62947ce42feba8eee98e0327cd4a212b2e7d3cca;p=thirdparty%2Fvalgrind.git comment change git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10443 --- diff --git a/configure.in b/configure.in index 087f33aa38..a3d22013eb 100644 --- a/configure.in +++ b/configure.in @@ -25,9 +25,10 @@ AC_PROG_CC 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: