summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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]"