From 6836e7c9d31670959f974e6afefc076197443141 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 29 Jan 2000 17:24:08 +0000 Subject: [PATCH] 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 0cb93e74..9f02f4fb 100644 --- a/configure.in +++ b/configure.in @@ -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