summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMikko Koppanen <mkoppanen@php.net>2011-04-04 22:52:02 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-04-04 22:52:02 +0200
commit6fd403c4d8d22cec6c47aad4b978b3cc78b956c4 (patch)
treeb704e29f77f9c0ec0f46086321c5a86f5e02a8c8 /autogen.sh
parent4b52cf949fa02274ec8817f8e704eaa7cc66adbf (diff)
Make pkg-config dependency conditional
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index 75f1009..2cc40b9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,12 +20,6 @@
# Script to generate all required files from fresh git checkout.
-command -v pkg-config >/dev/null 2>&1
-if [ $? -ne 0 ]; then
- echo "autogen.sh: error: could not find pkg-config. pkg-config is required to run autogen.sh." 1>&2
- exit 1
-fi
-
command -v libtool >/dev/null 2>&1
if [ $? -ne 0 ]; then
echo "autogen.sh: error: could not find libtool. libtool is required to run autogen.sh." 1>&2