]> git.sesse.net Git - vlc/commitdiff
* configure.in: slight modifications to the last mingw32 build fix.
authorGildas Bazin <gbazin@videolan.org>
Sat, 12 Oct 2002 19:59:33 +0000 (19:59 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sat, 12 Oct 2002 19:59:33 +0000 (19:59 +0000)
configure.in

index a45c9222cd73ed9d15c3b949fc5ea7a4e6fb5785..37b40a7739d8a6fc74c3472f6394a2a0c2b37f9e 100644 (file)
@@ -110,7 +110,8 @@ dnl Check for the need to include the mingwex lib for mingw32
 if test x$SYS = xmingw32
 then
     AC_CHECK_LIB(mingwex,opendir,
-        AC_CHECK_LIB(kernel32,opendir,,vlc_LDFLAGS="${vlc_LDFLAGS} -lmingwex")
+        AC_CHECK_LIB(mingw32,opendir,vlc_LDFLAGS="${vlc_LDFLAGS}",
+            vlc_LDFLAGS="${vlc_LDFLAGS} -lmingwex")
     )
 fi