]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
comment change
authorNicholas Nethercote <njn@valgrind.org>
Tue, 14 Jul 2009 01:29:39 +0000 (01:29 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 14 Jul 2009 01:29:39 +0000 (01:29 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10443

configure.in

index 087f33aa383e05494cc8e41569e842fa1dba364d..a3d22013eb279163a0749be0ca2a8c13fdf8cae8 100644 (file)
@@ -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: