Fixed extmatch functionality always being ignored
This commit is contained in:
parent
4901e8b029
commit
59e5836046
2 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@ if (PCRE_FOUND)
|
|||
src/extmatch.c
|
||||
src/extmatch.h
|
||||
)
|
||||
set(HAVE_PCRE 1)
|
||||
endif ()
|
||||
|
||||
set(INTERFACE_FILES
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# define CONFIG_H_IN_
|
||||
|
||||
#cmakedefine ENABLE_NLS @ENABLE_NLS@
|
||||
#cmakedefine HAVE_PCRE @HAVE_PCRE@
|
||||
|
||||
# define LOCALEDIR "${LOCALEDIR}"
|
||||
# define PACKAGE "${PROJECT_NAME}"
|
||||
|
|
Loading…
Add table
Reference in a new issue