diff options
author | Thomas Haller <thaller@redhat.com> | 2014-06-12 14:58:48 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2014-06-12 14:58:48 +0200 |
commit | 9f114f661afe7323b74b528d44830fb1c8b276d7 (patch) | |
tree | 16afa83d2ee817621ee4b0dd16800bfe7dce3fce | |
parent | 2e3523bb4325151a6e97de682dc2bd506de09461 (diff) | |
download | NetworkManager-9f114f661afe7323b74b528d44830fb1c8b276d7.tar.gz |
build: remove libndp location in summary of ./configure
This is a left-over from the early days of libndp when
the libarary was optionally a git-submodule of NetworkManager.
Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4ccad858af..7c51886a50 100644 --- a/configure.ac +++ b/configure.ac @@ -902,7 +902,6 @@ echo " wimax: $enable_wimax" echo " ppp: $enable_ppp" echo " modemmanager-1: $with_modem_manager_1" echo " concheck: $enable_concheck" -echo " libndp: $libndp_location" echo " libteamdctl: $enable_teamdctl" echo " nmtui: $build_nmtui" echo |