Make a comment more explicit to help people

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24359 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-01-16 01:56:43 +00:00
parent ff59b11c57
commit ad50612d45

View file

@ -959,8 +959,9 @@ else
fi
fi
# Important - if you think there is a problem with precompiled headers,
# try adding -Winvalid-pch to check that they are used.
# Important - if you think there is a problem with precompiled
# headers, try adding ADDITIONAL_OBJC_FLAGS = -Winvalid-pch to your
# GNUmakefile to check that they are used.
AC_SUBST(GCC_WITH_PRECOMPILED_HEADERS)
#--------------------------------------------------------------------