diff --git a/configure.in b/configure.in index 5dd3503..9094ce7 100644 --- a/configure.in +++ b/configure.in @@ -40,11 +40,13 @@ AC_PROG_GCC_TRADITIONAL SAVE_UTIL_VERSION -if test "$GTK_LIBS" != "" then +if test "$GTK_LIBS" != ""; then AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amixer/Makefile aplay/Makefile \ include/Makefile utils/Makefile utils/alsa-utils.spec xamixer2/Makefile) + else AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amixer/Makefile aplay/Makefile \ include/Makefile utils/Makefile utils/alsa-utils.spec) -AC_MSG_RESULT(Not building XAmixer2 since Gtk+ was not found.) -fi \ No newline at end of file + AC_MSG_RESULT(Not building XAmixer2 as Gtk+ was not found.) +fi + diff --git a/xamixer2/xamixer2.c b/xamixer2/xamixer2.c index 3393924..75f25d7 100644 --- a/xamixer2/xamixer2.c +++ b/xamixer2/xamixer2.c @@ -51,7 +51,7 @@ int main(int argc, char **argv) GtkWidget *tablebox; GtkWidget *separator; int i,j,k,xpm,found,fd; - char title[32]; + char title[64]; char name[128]; ChannelLabel *tmp; char labelname[256];