chiark / gitweb /
automount: never consider our own mount point a prefix mount of us
[elogind.git] / bootstrap.sh
index 73243ed4405a0f14069d55727111484c6bdf07aa..cb87bf782c4bf3b01489e852bc36d94af85b5625 100755 (executable)
@@ -48,15 +48,6 @@ if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
     echo "Activated pre-commit hook."
 fi
 
     echo "Activated pre-commit hook."
 fi
 
-# We check for this here, because if pkg-config is not found in the
-# system, it's likely that the pkg.m4 macro file is also not present,
-# which will make PKG_PROG_PKG_CONFIG be undefined and the generated
-# configure file faulty.
-if ! pkg-config --version &>/dev/null; then
-    echo "pkg-config is required to bootstrap this program" &>/dev/null
-    exit 1
-fi
-
 if type -p colorgcc > /dev/null ; then
    export CC=colorgcc
 fi
 if type -p colorgcc > /dev/null ; then
    export CC=colorgcc
 fi