Same as previous commit

This commit is contained in:
Rémi Denis-Courmont 2009-06-11 22:37:31 +03:00
parent 476f834727
commit 61fae445ea
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ AC_DEFUN([VLC_LIBRARY_SUFFIX], [
darwin*)
LIBEXT=".dylib"
;;
*mingw32* | *cygwin* | *wince* | *mingwce* | *pe*)
*mingw32* | *cygwin* | *wince* | *mingwce*)
LIBEXT=".dll"
;;
hpux*)