From e8b7d3e01dc2d2f73a09558f3b019b0a2a425dbb Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 4 Jul 2016 22:23:07 +0200 Subject: [PATCH] build: print pppd plugin directory in ./configure summary --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d795634b29..bf6d1ec665 100644 --- a/configure.ac +++ b/configure.ac @@ -1242,7 +1242,7 @@ echo echo "Features:" echo " wext: $ac_with_wext" echo " wifi: $enable_wifi" -echo " ppp: $enable_ppp" +echo " ppp: $enable_ppp ${PPPD_PLUGIN_DIR}" echo " modemmanager-1: $with_modem_manager_1" echo " ofono: $with_ofono" echo " concheck: $enable_concheck"