From e2da644c76b8b33a53c24e0193694bea88088439 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 14 Jul 2001 19:34:28 +0000 Subject: [PATCH] yet another typo, "-z -> -z " git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1623 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`