summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-12-01 13:19:17 +0100
committerTobias Klauser <tklauser@distanz.ch>2016-12-01 13:19:17 +0100
commit7b83eebf43cbd58ac3f29fca84219c5e9d3527bf (patch)
treefe40eb5e88afc687dd63431a69a2719f45f4bb76 /configure
parent16962a5a009ce73b0c77248fa003b5ca712b1acc (diff)
build: configure: clearify missing defs warning
Missing definitions don't necessarily mean that certain tools won't be built. There might just be reduced functionality (e.g. geoip missing means still all tools will be compiled but they don't perform geoip lookups). Clearify the configure warning accordingly. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 72bb574..8d8f1b0 100755
--- a/configure
+++ b/configure
@@ -788,9 +788,9 @@ gen_version_appendix
if [ "$MISSING_DEFS" == "1" ] ; then
echo "[!] Some libraries or header definitions are missing or too old. Thus"
- echo " certain tools will not be built (see below). Please refer to the"
- echo " INSTALL file for the libraries needed to build the complete"
- echo " netsniff-ng toolkit."
+ echo " certain tools will not be built (see below) or they will be built"
+ echo " with reduced functionality. Please refer to the INSTALL file"
+ echo " for the libraries needed to build the complete netsniff-ng toolkit"
fi
if [ "$MISSING_NACL" == "1" ] ; then