Fixed extmatch functionality always being ignored

This commit is contained in:
Snaipe 2015-07-31 11:54:10 +02:00
parent 4901e8b029
commit 59e5836046
2 changed files with 2 additions and 0 deletions

View file

@ -83,6 +83,7 @@ if (PCRE_FOUND)
src/extmatch.c
src/extmatch.h
)
set(HAVE_PCRE 1)
endif ()
set(INTERFACE_FILES

View file

@ -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}"