add arch linux + cleanup
[goodguy/history.git] / cinelerra-5.1 / configure.ac
index d304dcd8fa238ab7483ffdd3b60fc6ba576b8003..c1cbd8884b37da11ccef72a747576114d51e749e 100644 (file)
@@ -461,12 +461,12 @@ AC_ARG_WITH(m4_tolower([$1]),
 # WANT_$1
 if test "x$WANT_$1" != "xno" ; then
  m4_quote($3)
-fi
-if test "x$RESULT" = "xno" -a "x$PKG_$1" = "x"; then
- echo "=== want $1 Failed."
- WANT_$1=no
-else
- WANT_$1=yes
+ if test "x$RESULT" = "xno" -a "x$PKG_$1" = "x"; then
+  echo "=== want $1 Failed."
+  WANT_$1=no
+ else
+  WANT_$1=yes
+ fi
 fi
 CFG_WANTS+=" $1"
 AC_SUBST([WANT_$1])