From: <pst...@us...> - 2008-05-10 18:13:26
|
Revision: 499 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=499&view=rev Author: pstieber Date: 2008-05-10 11:13:22 -0700 (Sat, 10 May 2008) Log Message: ----------- Removed the AM_PATH_ALSA macro. This macro comes with the ALSA distribution. Since the Mac doesn't use ALSA, the macro breaks the Mac build. I believe I now have the build setup to work with a Mac and a Linux Box with ALSA. *Please test.* Modified Paths: -------------- trunk/jazz/configure.ac Modified: trunk/jazz/configure.ac =================================================================== --- trunk/jazz/configure.ac 2008-05-10 16:38:38 UTC (rev 498) +++ trunk/jazz/configure.ac 2008-05-10 18:13:22 UTC (rev 499) @@ -101,10 +101,6 @@ if test x$enable_alsa = xyes ; then AC_MSG_RESULT(alsa is enabled) AC_DEFINE(DEV_ALSA,1,[use alsa drivers]) - - dnl This test comes with the alsa distribution! - AM_PATH_ALSA(0.9.0) - fi fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |