Skip to content

Commit 4a8f9bd

Browse files
committed
Remove LEXBOR_STATIC option
1 parent 08739ce commit 4a8f9bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/lexbor/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PHP_LEXBOR_CFLAGS="-I@ext_srcdir@/ -DLEXBOR_STATIC"
1+
PHP_LEXBOR_CFLAGS="-I@ext_srcdir@/"
22
LEXBOR_DIR="lexbor"
33

44
AC_DEFINE([HAVE_LEXBOR], [1], [Define to 1 if the PHP extension 'lexbor' is available.])

ext/lexbor/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ADD_SOURCES("ext/lexbor/lexbor/css/syntax", "state.c parser.c syntax.c anb.c tok
1919
ADD_SOURCES("ext/lexbor/lexbor/css/syntax/tokenizer", "error.c","lexbor");
2020
ADD_SOURCES("ext/lexbor/lexbor/ns", "ns.c","lexbor");
2121
ADD_SOURCES("ext/lexbor/lexbor/tag", "tag.c","lexbor");
22-
ADD_FLAG("CFLAGS_LEXBOR", "/D LEXBOR_STATIC /utf-8");
22+
ADD_FLAG("CFLAGS_LEXBOR", "/utf-8");
2323

2424
AC_DEFINE("HAVE_LEXBOR", 1, "Define to 1 if the PHP extension 'lexbor' is available.");
2525
AC_DEFINE("LEXBOR_VERSION", "2.5.0", "Define the main Lexbor version")

0 commit comments

Comments
 (0)