comparison configure.ac @ 313:b570254e70a0

* Don't use 10.4 SDK any more... it's too troublesome on 10.6 * Add a note indicating you can still build even if you don't have libsndfile
author Chris Cannam
date Mon, 07 Mar 2011 13:59:27 +0000
parents ebc47e614cf5
children 2351610cd3b0
comparison
equal deleted inserted replaced
312:2ad57dd004ba 313:b570254e70a0
26 if test "x$have_sndfile" = "xyes" ; then 26 if test "x$have_sndfile" = "xyes" ; then
27 dnl all good, build everything 27 dnl all good, build everything
28 TARGETS="sdk plugins host rdfgen test" 28 TARGETS="sdk plugins host rdfgen test"
29 else 29 else
30 dnl no libsndfile - can't build host! 30 dnl no libsndfile - can't build host!
31 AC_MSG_ERROR([libsndfile not found - cannot build example Vamp host!]) 31 AC_MSG_ERROR([libsndfile not found - cannot build example Vamp host!
32 If you don't want to build the host, configure with --disable-programs.])
32 fi 33 fi
33 else 34 else
34 dnl user didn't want programs - so we won't build them 35 dnl user didn't want programs - so we won't build them
35 TARGETS="sdk plugins" 36 TARGETS="sdk plugins"
36 fi 37 fi