diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-07-12 11:08:11 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-07-12 11:08:11 +0200 |
commit | d026932f69d66778f518196c79886fecafc95621 (patch) | |
tree | 261b79368765fbc7ebf0b33df22b72f853d67e4f /configure | |
parent | 716c4fa3943e74e72cbbd442acf93b08072614aa (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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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]" |