Autoconfigure MinGW: socket library, thread package. Rewrite thread
package selection.
This commit is contained in:
parent
23726b3799
commit
a6587e7e46
2 changed files with 24 additions and 24 deletions
|
@ -51,6 +51,9 @@ CFLAGS := $(CFLAGS) @PTHREAD_CFLAGS@
|
|||
LDFLAGS := $(LDFLAGS) @PTHREAD_CFLAGS@
|
||||
LDLIBS := @PTHREAD_LIBS@ $(LDLIBS)
|
||||
endif
|
||||
ifeq ($(empthread),Windows)
|
||||
CFLAGS := $(CFLAGS) -mthreads
|
||||
endif
|
||||
termlibs := @termlibs@
|
||||
CCDEPMODE := @CCDEPMODE@
|
||||
@am__fastdepCC_TRUE@how_to_dep := fast
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue