configure uses bash, not sh

This commit is contained in:
p.kosyh 2009-11-08 16:52:17 +00:00
parent bc488ddc20
commit 651bdad672

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
echo -n "Checking pkg-config..."
if ! pkg-config --version >/dev/null 2>&1; then