Fixed error message in configure.
This commit is contained in:
parent
439ec1a2ed
commit
1d321d0f4b
|
@ -18,7 +18,7 @@ do
|
||||||
done
|
done
|
||||||
if [ -z "$perl" ]
|
if [ -z "$perl" ]
|
||||||
then
|
then
|
||||||
could not find a working perl command, sorry.
|
echo could not find a working perl command, sorry.
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo " -e 's,@@@perl@@@,$perl,g' \\" >> customize.$$
|
echo " -e 's,@@@perl@@@,$perl,g' \\" >> customize.$$
|
||||||
|
|
Loading…
Reference in New Issue