1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

if -z -> if test -z ..

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1620 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-07-14 19:16:34 +00:00 committed by cras
parent 67717c5224
commit 1446b35e9e

View File

@ -286,7 +286,7 @@ AC_CHECK_GLIBDIR
if test -z "$GLIB_DIR"; then
AM_PATH_GLIB(1.2.0,,, gmodule)
if -z "$GLIB_LIBS"; then
if test -z "$GLIB_LIBS"; then
echo "*** trying without -lgmodule"
glib_config_args=
AM_PATH_GLIB(1.2.0)