X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fconfigure.ac;h=131116b593c8c4b12f58a36baba5eb49a5c0af3d;hp=2c61e826b1d526efe019bde875b131fe4005d59b;hb=a19a685a46ddc630010788707d9e5b9d2342af46;hpb=8b0e73a6d3623764c261f64f5f3e96349d1f9032 diff --git a/cinelerra-5.1/configure.ac b/cinelerra-5.1/configure.ac index 2c61e826..131116b5 100644 --- a/cinelerra-5.1/configure.ac +++ b/cinelerra-5.1/configure.ac @@ -732,10 +732,10 @@ fi AC_DEFUN([PKG_PROVIDE],[ if test "x$BUILD_$1" = "x" ; then - if test "x$2" = "xno" -o "x$PKG_$1" = "xno"; then - PKG_DISABLED([$1]) - elif test "x$PKG_$1" = "xyes"; then + if test "x$PKG_$1" = "xyes"; then PKG_FORCED([$1]) + elif test "x$2" = "xno" -o "x$PKG_$1" = "xno"; then + PKG_DISABLED([$1]) elif test "x$WANT_STATIC_BUILD" = "xyes"; then PKG_STATIC([$1],[static]) elif test "x$HAVE_$1" = "xyes"; then