diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d981eba2bab8..8bad8873443d 100644 --- a/configure.ac +++ b/configure.ac @@ -10544,7 +10544,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])], []) |