mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
c3b71dae7f
commit
bae88a5aca
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue