1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00: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:
Timo Sirainen 2000-01-29 17:24:08 +00:00 committed by cras
parent 53d0defed5
commit 6836e7c9d3

View File

@ -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