diff options
author | Andrei Pavel <andrei@isc.org> | 2021-04-20 10:04:56 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-04-20 10:04:56 +0200 |
commit | dc575c84f3c935fb4d0cc1ee16f02767ac721184 (patch) | |
tree | 4779dd4ef58d868447a5af2eed4b134626438fcc /configure.ac | |
parent | [#1814] hammer: get pg_hba location automatically (diff) | |
download | kea-dc575c84f3c935fb4d0cc1ee16f02767ac721184.tar.xz kea-dc575c84f3c935fb4d0cc1ee16f02767ac721184.zip |
[#1804] add include paths for ext library
fixes distcheck on CentOS 7
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index c882b3abfe..8aa6752599 100644 --- a/configure.ac +++ b/configure.ac @@ -1253,13 +1253,11 @@ if test $enable_gtest != "no"; then CPPFLAGS=$CPPFLAGS_SAVED fi -# # ASIO: we extensively use it as the C++ event management module. # # Use our 'coroutine' header from ext -# CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/ext/coroutine" +CPPFLAGS="$CPPFLAGS -I\$(top_srcdir) -I\$(top_builddir)" -# # Doesn't seem to be required? #CPPFLAGS="$CPPFLAGS -DBOOST_ASIO_HEADER_ONLY" # |