summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-12 11:08:11 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-12 11:08:11 +0200
commitd026932f69d66778f518196c79886fecafc95621 (patch)
tree261b79368765fbc7ebf0b33df22b72f853d67e4f /configure
parent716c4fa3943e74e72cbbd442acf93b08072614aa (diff)
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 <dborkman@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files 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]"