Skip to content

Commit 69d4a84

Browse files
committed
configure.ac: Print warning if CBCP is enabled
Print a warning at the end of the configure script if the user selects CBCP, in order to try to work out if anyone is still using it. Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
1 parent 20dcd29 commit 69d4a84

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,3 +362,6 @@ Features enabled
362362
EAP-TLS..............: ${enable_eaptls:-yes}
363363
systemd notifications: ${enable_systemd:-no}
364364
"
365+
366+
AM_COND_IF([PPP_WITH_CBCP],
367+
AC_MSG_WARN([CBCP support is likely to be removed in future]))

0 commit comments

Comments
 (0)