mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05: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:
parent
67717c5224
commit
1446b35e9e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user