repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eb9e3a
)
cec: check for enable_shared_from_this.hpp
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Sun, 30 Oct 2011 14:31:29 +0000
(15:31 +0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Sun, 30 Oct 2011 14:31:34 +0000
(15:31 +0100)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 124c013c0ee7cf69a752d9ad508fb0982da108ef..3285c89a3856a6580683509657070d065cf89595 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-26,6
+26,8
@@
LIBS=$libs_pre_dl
AC_LANG_PUSH([C++])
AC_CHECK_HEADERS([boost/shared_ptr.hpp], [],
[AC_MSG_ERROR(You need the Boost libraries.)])
+AC_CHECK_HEADERS([boost/enable_shared_from_this.hpp], [],
+ [AC_MSG_ERROR(You need the Boost libraries.)])
AC_LANG_POP([C++])
CXXFLAGS="-fPIC -Wall -Wextra $CXXFLAGS"