diff options
author | David Robillard <d@drobilla.net> | 2006-10-02 20:56:28 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-10-02 20:56:28 +0000 |
commit | 682a43546becbc86a210003846778ebb0c38718a (patch) | |
tree | 319e4b01347490d43a20e6ccc6b85cef94ee5288 /aclocal.m4 | |
parent | 5812053fd22499251e2e2cedaa90fdd80c0d0988 (diff) | |
download | patchage-682a43546becbc86a210003846778ebb0c38718a.tar.gz patchage-682a43546becbc86a210003846778ebb0c38718a.tar.bz2 patchage-682a43546becbc86a210003846778ebb0c38718a.zip |
boost::shared_ptr-ification of FlowCanvas.
Extreme performance enhancements in Patchage (eg don't redraw the whole canvas every time).
Patchage work towards being a control centre.
Broken commit (ingen doesn't even compile) for machine transfer, don't even bother trying this revision.
git-svn-id: http://svn.drobilla.net/lad/patchage@147 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -149,7 +149,8 @@ installed software in a non-standard prefix. _PKG_TEXT ])], - [$4]) + [AC_MSG_RESULT([no]) + $4]) elif test $pkg_failed = untried; then ifelse([$4], , [AC_MSG_FAILURE(dnl [The pkg-config script could not be found or is too old. Make sure it |