X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=gtk%2Fconfigure.ac;h=24f2f94c245232fecb80d5bdc8b97ab1ccd9a415;hb=31e8e90017a38e8b35b8297eb338d6f4f79de6f4;hp=1aaea79eb08cd3b920196a934486da9a82e4845a;hpb=1e8d37d332183cb62206967f3117c5aed7a07ffb;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/gtk/configure.ac b/gtk/configure.ac index 1aaea79e..24f2f94c 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -94,7 +94,9 @@ if test "x$old_webkit" = "xyes" ; then CFLAGS="$CFLAGS -D_OLD_WEBKIT" fi else - GHB_PACKAGES="$GHB_PACKAGES webkit-1.0" + if test "x$mingw_flag" = "xno" ; then + GHB_PACKAGES="$GHB_PACKAGES webkit-1.0" + fi fi AM_CONDITIONAL([MINGW], [test "x$mingw_flag" = "xyes"])