File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -383,10 +383,6 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
383
383
384
384
---end of MPL 2.0 license ---------------------------------------------------
385
385
386
- The ext/coroutine code is externally maintained and distributed under
387
- the Boost Software License, Version 1.0. (See its accompanying file
388
- LICENSE_1_0.txt.)
389
-
390
386
Sample TLS clients and servers are used for tests and are included in
391
387
src/lib/asiolink/testutils. The Botan version was ported from the
392
388
OpenSSL one with the help of the Botan team. The files are
Original file line number Diff line number Diff line change @@ -1085,7 +1085,7 @@ if test $enable_gtest != "no"; then
1085
1085
CPPFLAGS=$CPPFLAGS_SAVED
1086
1086
fi
1087
1087
1088
- # Provide the ability to include our coroutine header or other headers from ext.
1088
+ # Provide the ability to include headers from ext.
1089
1089
CPPFLAGS="$CPPFLAGS -I\$(top_srcdir) -I\$(top_builddir)"
1090
1090
1091
1091
# Doesn't seem to be required?
@@ -1514,7 +1514,6 @@ AC_CONFIG_FILES([doc/sphinx/Makefile])
1514
1514
AC_CONFIG_FILES ( [ doc/devel/Makefile] )
1515
1515
AC_CONFIG_FILES ( [ ext/Makefile] )
1516
1516
AC_CONFIG_FILES ( [ ext/gtest/Makefile] )
1517
- AC_CONFIG_FILES ( [ ext/coroutine/Makefile] )
1518
1517
AC_CONFIG_FILES ( [ fuzz/Makefile] )
1519
1518
AC_CONFIG_FILES ( [ fuzz/input/Makefile] )
1520
1519
AC_CONFIG_FILES ( [ fuzz/tests/Makefile] )
Original file line number Diff line number Diff line change 1
- SUBDIRS = coroutine
1
+ SUBDIRS = .
2
2
3
3
if HAVE_GTEST_SOURCE
4
4
SUBDIRS += gtest
You can’t perform that action at this time.
0 commit comments