configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 07c49eeaee97fbe084205ea2b52e3b4f4b1c4173
Author: Rene Engelhard <[email protected]>
AuthorDate: Sun Jan 22 20:53:35 2023 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Tue Jan 24 08:51:00 2023 +0000
update hardcoded dragonbox include to 1.1.3
since dragonbox now installs to that one, and 1.1.3 is default for the
internal case anyway since dd1610146528cba8642caad3bf72e27b9ca6c153.
Change-Id: Ibd0449b1bd1191a1872c233bfe9810af1d1215cf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145985
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <[email protected]>
Reviewed-by: Taichi Haradaguchi <[email protected]>
Tested-by: René Engelhard <[email protected]>
Reviewed-by: René Engelhard <[email protected]>
(cherry picked from commit f8604f08ed5e07e50a65b5d35f3c0c18bf19044a)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146024
Reviewed-by: Caolán McNamara <[email protected]>
diff --git a/configure.ac b/configure.ac
index b3d38c882546..e626c925f49b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10535,7 +10535,7 @@ if test "$with_system_dragonbox" = "yes"; then
AC_LANG_PUSH([C++])
save_CPPFLAGS=$CPPFLAGS
# This is where upstream installs to, unfortunately no .pc or so...
- DRAGONBOX_CFLAGS=-I/usr/include/dragonbox-1.0.0
+ DRAGONBOX_CFLAGS=-I/usr/include/dragonbox-1.1.3
CPPFLAGS="$CPPFLAGS $DRAGONBOX_CFLAGS"
AC_CHECK_HEADER([dragonbox/dragonbox.h], [],
[AC_MSG_ERROR([dragonbox/dragonbox.h not found. install dragonbox])],
[])