From d026932f69d66778f518196c79886fecafc95621 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Fri, 12 Jul 2013 11:08:11 +0200 Subject: configure: fix wrong whitespacing Not sure how this came in with the last commit, but fix it to the correct format. Signed-off-by: Daniel Borkmann --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 9b5abe1..ccd84f4 100755 --- a/configure +++ b/configure @@ -46,8 +46,8 @@ check_pkg_config() { echo -n "[*] Checking pkg-config ... " - if [ "x$(which pkg-config 2>> config.log)" == "x" ] ; then - echo "[NO]" + if [ "x$(which pkg-config 2>> config.log)" == "x" ] ; then + echo "[NO]" MISSING_PKG_CONFIG=1 else echo "[YES]" -- cgit v1.2.3-54-g00ecf