From 4e68bf298f9fe4445925b4fe39f28e364a216fd2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 Oct 2006 07:28:30 +0000 Subject: Used boost::noncopyable to eliminate undefined private copy constructors spread everywhere. git-svn-id: http://svn.drobilla.net/lad/raul@182 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c7c12a2..635c127 100644 --- a/configure.ac +++ b/configure.ac @@ -30,6 +30,9 @@ if test "$build_smart_pointers" = "yes"; then AC_CHECK_HEADER([boost/weak_ptr.hpp], [], AC_MSG_ERROR([You need the boost headers package (e.g. libboost-dev)])) + + AC_CHECK_HEADER([boost/utility.hpp], [], + AC_MSG_ERROR([You need the boost headers package (e.g. libboost-dev)])) AC_SUBST(BOOST_CFLAGS) AC_SUBST(BOOST_LIBS) -- cgit v1.2.1