mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ if test "$want_perl" != "no"; then
|
|||
AC_PATH_PROG(perlpath, perl)
|
||||
AC_MSG_CHECKING(for working Perl support)
|
||||
|
||||
if test "-z $perlpath"; then
|
||||
if test -z "$perlpath"; then
|
||||
perl_check_error="perl binary not found"
|
||||
else
|
||||
PERL_CFLAGS=`$perlpath -MExtUtils::Embed -e ccopts 2>/dev/null`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue