diff options
author | Timo Sirainen <cras@irssi.org> | 2001-07-14 19:34:28 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-07-14 19:34:28 +0000 |
commit | e2da644c76b8b33a53c24e0193694bea88088439 (patch) | |
tree | da29769052127194fdd6a70365f5ed180438058c /configure.in | |
parent | af7eb505a885e780caf08c2614bebf39af1b4873 (diff) | |
download | irssi-e2da644c76b8b33a53c24e0193694bea88088439.zip |
yet another typo, "-z -> -z "
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1623 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e8331d67..fd327b44 100644 --- a/configure.in +++ b/configure.in @@ -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` |