mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Small bugfix, it always displayed that it will build GTK frontend
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@117 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
53d0defed5
commit
6836e7c9d3
@ -395,7 +395,7 @@ irssi.spec)
|
||||
|
||||
echo
|
||||
|
||||
if test "$GUI_LIBS" != "x"; then
|
||||
if test "x$GUI_LIBS" != "x"; then
|
||||
echo Building GTK frontend ...... : yes
|
||||
else
|
||||
echo Building GTK frontend ...... : no
|
||||
|
Loading…
Reference in New Issue
Block a user