Skip to content

Commit

Permalink
build: configure: rewrap missing defs warning
Browse files Browse the repository at this point in the history
...and remove a superflous whitespace.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
  • Loading branch information
tklauser committed Dec 1, 2016
1 parent 7b83eeb commit 630c65e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 630c65e

Please sign in to comment.