]> granicus.if.org Git - libx264/commitdiff
10l in r553
authorLoren Merritt <pengvado@videolan.org>
Tue, 22 Aug 2006 07:43:14 +0000 (07:43 +0000)
committerLoren Merritt <pengvado@videolan.org>
Tue, 22 Aug 2006 07:43:14 +0000 (07:43 +0000)
git-svn-id: svn://svn.videolan.org/x264/trunk@558 df754926-b1dd-0310-bc7b-ec298dee348c

configure

index 130a1c996523bb2ad2d4db28d1ce1fda85aa1604..5f11e729adf395eb5195eecaf93fe1e65af6d65f 100755 (executable)
--- a/configure
+++ b/configure
@@ -338,7 +338,7 @@ if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then
     VFW_LDFLAGS="$VFW_LDFLAGS -s"
 fi
 
-if [ "$debug" == "yes" ]; then
+if [ "$debug" = "yes" ]; then
     CFLAGS="-O1 -g $CFLAGS"
 else
     CFLAGS="-O4 -ffast-math $CFLAGS"