]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Attempting to integrate XAmixer2 into the alsa-utils autoconf system, mark II.
authorChristopher Lansdown <lansdoct@cs.alfred.edu>
Thu, 3 Jun 1999 20:55:54 +0000 (20:55 +0000)
committerChristopher Lansdown <lansdoct@cs.alfred.edu>
Thu, 3 Jun 1999 20:55:54 +0000 (20:55 +0000)
configure.in
xamixer2/xamixer2.c

index 5dd3503c17324a152895ec0dc644f30cbea0d1e8..9094ce739f88522279bdcfd1a776986ae1a01efa 100644 (file)
@@ -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
+
index 3393924e0513e1fe6a6e5bfa5b5fae9d2c3e9879..75f25d7a40c73d6f5eaa214776ef0ca42348b9ee 100644 (file)
@@ -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];