From f025abc9c0006c0a67d112afc6daff78c4fa7aad Mon Sep 17 00:00:00 2001 From: Eric Petit Date: Sat, 14 May 2005 15:49:36 +0000 Subject: [PATCH] s/==/=/ git-svn-id: svn://svn.videolan.org/x264/trunk@232 df754926-b1dd-0310-bc7b-ec298dee348c --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6128c116..95dbe6f3 100755 --- a/configure +++ b/configure @@ -166,7 +166,7 @@ EXE=$EXE VIS=$vis EOF -if [ "$vfw" == "yes" ]; then +if [ "$vfw" = "yes" ]; then rm -f vfw/build/cygwin/config.mak cat > vfw/build/cygwin/config.mak << EOF CFLAGS=$VFW_CFLAGS -- 2.40.0