mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
yet another typo, "-z -> -z "
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1623 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
af7eb505a8
commit
e2da644c76
@ -438,7 +438,7 @@ if test "$want_perl" != "no"; then
|
|||||||
AC_PATH_PROG(perlpath, perl)
|
AC_PATH_PROG(perlpath, perl)
|
||||||
AC_MSG_CHECKING(for working Perl support)
|
AC_MSG_CHECKING(for working Perl support)
|
||||||
|
|
||||||
if test "-z $perlpath"; then
|
if test -z "$perlpath"; then
|
||||||
perl_check_error="perl binary not found"
|
perl_check_error="perl binary not found"
|
||||||
else
|
else
|
||||||
PERL_CFLAGS=`$perlpath -MExtUtils::Embed -e ccopts 2>/dev/null`
|
PERL_CFLAGS=`$perlpath -MExtUtils::Embed -e ccopts 2>/dev/null`
|
||||||
|
Loading…
Reference in New Issue
Block a user