diff options
author | Timo Sirainen <cras@irssi.org> | 2000-01-29 17:24:08 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-01-29 17:24:08 +0000 |
commit | 6836e7c9d31670959f974e6afefc076197443141 (patch) | |
tree | 28ba448b23366af82bb421a2fcee5be6f10844d3 | |
parent | 53d0defed5f6ddf1645770c8f25775a8b05bf09d (diff) | |
download | irssi-6836e7c9d31670959f974e6afefc076197443141.zip |
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
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |