From: <pst...@us...> - 2013-10-10 20:18:47
|
Revision: 1032 http://sourceforge.net/p/jazzplusplus/code/1032 Author: pstieber Date: 2013-10-10 20:18:43 +0000 (Thu, 10 Oct 2013) Log Message: ----------- Commented out portmidi path for the mac build. Modified Paths: -------------- trunk/jazz/configure.ac Modified: trunk/jazz/configure.ac =================================================================== --- trunk/jazz/configure.ac 2013-10-10 18:56:06 UTC (rev 1031) +++ trunk/jazz/configure.ac 2013-10-10 20:18:43 UTC (rev 1032) @@ -190,8 +190,8 @@ JAZZ_PATH=\${top_srcdir} AC_SUBST(JAZZ_PATH) -PORTMIDI_PATH=$JAZZ_PATH/portmidi -AC_SUBST(PORTMIDI_PATH) +dnl PORTMIDI_PATH=$JAZZ_PATH/portmidi +dnl AC_SUBST(PORTMIDI_PATH) TLDEBUG= if test x$ac_arg_debug = xyes ; then This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |