From d215181c38bd0fdbf5ee5d56aeca729385336be1 Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Sat, 17 Jun 2023 15:11:49 +0200 Subject: [PATCH] Add lexilla to wx-config --libs in static build Fixes #23643 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index ff835138d8..0dc64ba2de 100755 --- a/configure +++ b/configure @@ -42277,7 +42277,7 @@ case "$wxUSE_REGEX" in ;; esac if test "$wxUSE_STC" = "yes" ; then - wxconfig_3rdparty="scintilla $wxconfig_3rdparty" + wxconfig_3rdparty="scintilla lexilla $wxconfig_3rdparty" fi case "$wxUSE_EXPAT" in builtin) diff --git a/configure.in b/configure.in index f7410528c7..bc1a585ed0 100644 --- a/configure.in +++ b/configure.in @@ -7633,7 +7633,7 @@ case "$wxUSE_REGEX" in ;; esac if test "$wxUSE_STC" = "yes" ; then - wxconfig_3rdparty="scintilla $wxconfig_3rdparty" + wxconfig_3rdparty="scintilla lexilla $wxconfig_3rdparty" fi case "$wxUSE_EXPAT" in builtin)