From: Dan Dennedy Date: Fri, 11 Mar 2011 05:53:46 +0000 (-0800) Subject: Fix typo in swfdec configure script. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6f1ca3b905e6a5fd0039dff3315c24a7f8418469;p=mlt Fix typo in swfdec configure script. --- diff --git a/src/modules/swfdec/configure b/src/modules/swfdec/configure index 98baf56c..f1134afd 100755 --- a/src/modules/swfdec/configure +++ b/src/modules/swfdec/configure @@ -19,9 +19,10 @@ then pkg-config swfdec-0.7 2> /dev/null disable_swfdec=$? if [ "$disable_swfdec" = "0" ] + then echo "CFLAGS += $(pkg-config --cflags swfdec-0.7)" >> config.mak echo "LDFLAGS += $(pkg-config --libs swfdec-0.7)" >> config.mak - then + else echo "- swfdec not found: disabling" touch ../disable-swfdec exit 0