fixed typo. closes #69
authorLars Op den Kamp <lars@opdenkamp.eu>
Mon, 15 Oct 2012 12:08:21 +0000 (14:08 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Mon, 15 Oct 2012 12:08:21 +0000 (14:08 +0200)
configure.ac

index d3b17e96b98aaa7932331f8a5b37732e20f403a5..df63c2d3f86e7df4b1aee298020fff1c4d98f378 100644 (file)
@@ -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