makefile: Fallback to use regex library when pcre shared object isn't available
This commit is contained in:
parent
3812bafcd8
commit
4acde463ec
1 changed files with 2 additions and 1 deletions
3
makefile
3
makefile
|
@ -503,7 +503,8 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
|
|||
OS_LDFLAGS += -L$(dir $(call find_lib,pcreposix))
|
||||
endif
|
||||
endif
|
||||
else
|
||||
endif
|
||||
ifeq (,$(findstring DHAVE_PCREPOSIX_H,$(OS_CCDEFS)))
|
||||
# If libpcreposix isn't available, fall back to the local regex.h
|
||||
# Presume that the local regex support is available in the C runtime
|
||||
# without a specific reference to a library. This may not be true on
|
||||
|
|
Loading…
Add table
Reference in a new issue