diff 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
line wrap: on
line diff
--- a/configure.ac	Wed Feb 09 09:28:34 2011 +0000
+++ b/configure.ac	Mon Mar 07 13:59:27 2011 +0000
@@ -28,7 +28,8 @@
 		TARGETS="sdk plugins host rdfgen test"
 	else
 		dnl no libsndfile - can't build host!
-		AC_MSG_ERROR([libsndfile not found - cannot build example Vamp host!])
+		AC_MSG_ERROR([libsndfile not found - cannot build example Vamp host!
+If you don't want to build the host, configure with --disable-programs.])
 	fi
 else
 	dnl user didn't want programs - so we won't build them