summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-12-01 13:33:27 +0100
committerTobias Klauser <tklauser@distanz.ch>2016-12-01 13:33:27 +0100
commit630c65e6794d548f757d904948ef2a6dfd466abe (patch)
tree22df0e50bfbbe42794c1b94dbfa3bda896c51711 /configure
parent7b83eebf43cbd58ac3f29fca84219c5e9d3527bf (diff)
build: configure: rewrap missing defs warning
...and remove a superflous whitespace. 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 8d8f1b0..e2b62fe 100755
--- a/configure
+++ b/configure
@@ -789,8 +789,8 @@ 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) 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"
+ echo " with reduced functionality. Please refer to the INSTALL file for"
+ echo " the libraries needed to build the complete netsniff-ng toolkit"
fi
if [ "$MISSING_NACL" == "1" ] ; then
@@ -814,7 +814,7 @@ fi
echo "CONFIG_LIBNL=$HAVE_LIBNL" >> Config
-if [ "$HAVE_LIBGEOIP" == "1" -a "$HAVE_LIBZ" == "1" ] ; then
+if [ "$HAVE_LIBGEOIP" == "1" -a "$HAVE_LIBZ" == "1" ] ; then
echo "CONFIG_GEOIP=1" >> Config
else
echo "CONFIG_GEOIP=0" >> Config