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:
784a6a7
)
fixed typo. closes #69
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Mon, 15 Oct 2012 12:08:21 +0000
(14:08 +0200)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Mon, 15 Oct 2012 12:08:21 +0000
(14:08 +0200)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index d3b17e96b98aaa7932331f8a5b37732e20f403a5..df63c2d3f86e7df4b1aee298020fff1c4d98f378 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-110,7
+110,7
@@
AC_CHECK_FUNCS([pthread_mutexattr_init pthread_cond_init pthread_cond_destroy pt
AC_SEARCH_LIBS([dlopen], [dl],
[test "$ac_cv_search_dlopen" = "none required" || LIBS_DL=$ac_cv_search_dlopen],
AC_MSG_ERROR($msg_dl_missing))
-AC_CHECK_FUNCS([dlopen dlcose dlsym])
+AC_CHECK_FUNCS([dlopen dlc
l
ose dlsym])
## platform specific libs, required by all targets
case "${host}" in