From: Lars Op den Kamp Date: Mon, 15 Oct 2012 12:08:21 +0000 (+0200) Subject: fixed typo. closes #69 X-Git-Tag: upstream/2.2.0~1^2~14^2^2 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=ee2ee40505e3513c1fac6da028eff30d0f755b33 fixed typo. closes #69 --- diff --git a/configure.ac b/configure.ac index d3b17e9..df63c2d 100644 --- 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 dlclose dlsym]) ## platform specific libs, required by all targets case "${host}" in