diff --git a/legacy/eina/configure.ac b/legacy/eina/configure.ac index 69a6ec0a4d..de5a46aaf6 100644 --- a/legacy/eina/configure.ac +++ b/legacy/eina/configure.ac @@ -295,13 +295,10 @@ AC_FUNC_ALLOCA #dlopen and dladdr dlopen_libs="" case "$host_os" in - mingw32ce* | cegcc*) + mingw* | cegcc*) # managed by evil AC_DEFINE(HAVE_DLADDR) ;; - mingw*) -# nothing on mingw platform - ;; *) AC_CHECK_FUNCS([dlopen], [res="yes"], [res="no"]) if test "x${res}" = "xyes" ; then