support the compilation with gtk2.

This commit is contained in:
Takashi Iwai 2004-02-26 17:56:12 +00:00
parent 4b57479284
commit 63d29906c0
4 changed files with 16 additions and 4 deletions

View file

@ -0,0 +1,8 @@
AC_INIT(rmedigicontrol.c)
AM_INIT_AUTOMAKE(rmedigicontrol, 0.3.5a)
AC_PROG_CC
AC_PROG_INSTALL
AC_HEADER_STDC
PKG_CHECK_MODULES(RMEDIGICONTROL, gtk+-2.0 alsa >= 1.0.0)
AC_OUTPUT(Makefile)