|
From: <pst...@us...> - 2008-05-27 00:42:30
|
Revision: 571
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=571&view=rev
Author: pstieber
Date: 2008-05-26 17:42:28 -0700 (Mon, 26 May 2008)
Log Message:
-----------
Added a path to find the portmidi libraries.
Modified Paths:
--------------
trunk/jazz/configure.ac
Modified: trunk/jazz/configure.ac
===================================================================
--- trunk/jazz/configure.ac 2008-05-27 00:41:21 UTC (rev 570)
+++ trunk/jazz/configure.ac 2008-05-27 00:42:28 UTC (rev 571)
@@ -153,6 +153,9 @@
JAZZ_PATH=\${top_srcdir}
AC_SUBST(JAZZ_PATH)
+PORTMIDI_PATH=$JAZZ_PATH/portmidi
+AC_SUBST(PORTMIDI_PATH)
+
AC_MSG_CHECKING([whether to enable debugging])
AC_ARG_ENABLE(
debug,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|