X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure;h=6640f2f6db55392759a230722aa067ee22cb336a;hb=2c17fb61ced2059034856a6c6cd303014aed01fe;hp=f5a9a2690f38a85f3f7c4bccceef305b3fd5d9e5;hpb=a0562e531723923b632684c7b51a9dd584bf534f;p=ffmpeg diff --git a/configure b/configure index f5a9a2690f3..6640f2f6db5 100755 --- a/configure +++ b/configure @@ -3647,6 +3647,9 @@ case $target_os in enabled_any pic shared || { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; } ;; + msys*) + die "Native MSYS builds are discouraged, please use the MINGW environment."; + ;; mingw32*) if test $target_os = "mingw32ce"; then disable network