Added comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8689 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-19 11:49:20 +00:00
parent c3b71dae7f
commit bae88a5aca

View file

@ -70,6 +70,11 @@ default_library_combo = @ac_cv_library_combo@
#
# Do threading stuff.
#
# Warning - the base library's configure.in will extract the thread
# flags from the following line using grep/sed - so if you change the
# following lines you *need* to update the base library configure.in
# too.
#
ifndef objc_threaded
objc_threaded:=@objc_threaded@
endif