summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-05-04 23:29:00 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-05-04 23:31:26 -0700
commit4abe43ce9e8c0f3885ffb667af7e4224a7cd2d47 (patch)
tree32ae982ca1164e3d68250405b44dd6fb479c8531 /bootstrap
parent3ea88bff138cf16264e4e95b8c65119c224512d6 (diff)
downloadxrdp-proprietary-4abe43ce9e8c0f3885ffb667af7e4224a7cd2d47.tar.gz
xrdp-proprietary-4abe43ce9e8c0f3885ffb667af7e4224a7cd2d47.zip
check for pkg-config in bootstrap
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap7
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index f5f9ebe0..61de66ee 100755
--- a/bootstrap
+++ b/bootstrap
@@ -21,6 +21,13 @@ then
exit 1
fi
+which pkg-config
+if ! test $? -eq 0
+then
+ echo "error, install pkg-config"
+ exit 1
+fi
+
touch configure.ac
touch NEWS
touch AUTHORS