]> git.sesse.net Git - vlc/commitdiff
Fix for skins compilation under cygwin (thanks gibalou)
authorOlivier Teulière <ipkiss@videolan.org>
Tue, 18 Mar 2003 18:25:57 +0000 (18:25 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Tue, 18 Mar 2003 18:25:57 +0000 (18:25 +0000)
configure.ac.in

index 7d741de967331a1da07fff0b455fe8a3892ed320..712b4d0dabf2ef876d518d6f90d78c5eac938d02 100644 (file)
@@ -2249,7 +2249,7 @@ if test "x${enable_skins}" != "xno"; then
   if test "x${SYS}" = "xmingw32" -o "x${SYS}" = "xcygwin"; then
     PLUGINS="${PLUGINS} skins"
     CPPFLAGS_skins="${CPPFLAGS_skins} -Imodules/gui/skins -Imodules/gui/skins/src -Imodules/gui/skins/win32 -Imodules/gui/skins/controls"
-    LDFLAGS_skins="${LDFLAGS_skins} -lgdi32 -lcomdlg32 -lole32 -luuid -lcomctl32 -lmsimg32"
+    LDFLAGS_skins="${LDFLAGS_skins} -lstdc++ -lgdi32 -lcomdlg32 -lole32 -luuid -lcomctl32 -lmsimg32"
   fi
 fi