From: <pst...@us...> - 2008-05-05 03:56:33
|
Revision: 488 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=488&view=rev Author: pstieber Date: 2008-05-04 20:56:15 -0700 (Sun, 04 May 2008) Log Message: ----------- 1. Temporarily commented out the AM_PATH_ALSA line so I can work on the Mac build. This may break the Linux build. 2. Added an AM_CONDITIONAL statement that may set USE_ALSA. Modified Paths: -------------- trunk/jazz/configure.ac Modified: trunk/jazz/configure.ac =================================================================== --- trunk/jazz/configure.ac 2008-05-05 03:53:22 UTC (rev 487) +++ trunk/jazz/configure.ac 2008-05-05 03:56:15 UTC (rev 488) @@ -93,12 +93,13 @@ dnl fi dnl This test comes with the alsa distribution! - - AM_PATH_ALSA(0.9.0) +dnl AM_PATH_ALSA(0.9.0) LIBS="$LIBS $ALSA_LIBS" fi +AM_CONDITIONAL(USE_ALSA, test "$enable_alsa" = yes) + dnl -------------------------------------------- dnl check if we are to enable sequencer2 support dnl -------------------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |