blob: 1bcbe58d1bc860fee6b18a519abb06ee9a7c88e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/configure.ac b/configure.ac
index f6937648fe2d..6ccf3bcccf24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10626,7 +10670,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])], [])
|