From 4311d7001285d3ead45a0e812b7f6d4cf878defd Mon Sep 17 00:00:00 2001 From: Christopher Lansdown Date: Thu, 3 Jun 1999 20:55:54 +0000 Subject: [PATCH] Attempting to integrate XAmixer2 into the alsa-utils autoconf system, mark II. --- configure.in | 8 +++++--- xamixer2/xamixer2.c | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) 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];