changeset 33626:2eb6a52f5489 stable

build: Fix typo. * configure.ac: Fix typo in value of BUILD_EXTERNAL_LIBXERBLA. There should be no functional change because currently it is only checked whether this variable is non-empty.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 27 May 2024 11:53:39 +0200
parents a1a78e6b2063
children a44ab15f75c4 e6b4ac06692f
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri May 24 14:47:28 2024 +0200
+++ b/configure.ac	Mon May 27 11:53:39 2024 +0200
@@ -875,7 +875,7 @@
 BUILD_EXTERNAL_LIBXERBLA=
 case $host_os in
   msdosmsvc | mingw*)
-    BUILD_EXTERNAL_LIBXERBLA=ues
+    BUILD_EXTERNAL_LIBXERBLA=yes
   ;;
 esac