From cc5233603a2a31ea46de66e3c8d38a2bb55e49b8 Mon Sep 17 00:00:00 2001 From: Christopher Lansdown Date: Thu, 3 Jun 1999 20:30:31 +0000 Subject: [PATCH] Attempting to integrate XAmixer2 into the alsa-utils autoconf system, fixing a really stupid typo. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 5f76415..5dd3503 100644 --- a/configure.in +++ b/configure.in @@ -46,5 +46,5 @@ AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amixer/Makefile aplay/Mak else AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amixer/Makefile aplay/Makefile \ include/Makefile utils/Makefile utils/alsa-utils.spec) -AM_MSG_RESULT(Not building XAmixer2 since Gtk+ was not found.) +AC_MSG_RESULT(Not building XAmixer2 since Gtk+ was not found.) fi \ No newline at end of file -- 2.47.1