Attempting to integrate XAmixer2 into the alsa-utils autoconf system, fixing a really stupid typo.

This commit is contained in:
Christopher Lansdown 1999-06-03 20:30:31 +00:00
parent b54cb637ba
commit cc5233603a

View file

@ -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