From: Christopher Lansdown Date: Thu, 3 Jun 1999 20:30:31 +0000 (+0000) Subject: Attempting to integrate XAmixer2 into the alsa-utils autoconf system, fixing a really... X-Git-Tag: v1.0.3~476 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=cc5233603a2a31ea46de66e3c8d38a2bb55e49b8;p=alsa-utils.git Attempting to integrate XAmixer2 into the alsa-utils autoconf system, fixing a really stupid typo. --- 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