chiark / gitweb /
Merge pull request #43 from nickdesaulniers/android
[stressapptest] / configure.ac
index 78c412ea7a22d1f7162aa787e9636ac98b84294c..74e868774f2a455310e6b2cece2df5b74bc22473 100644 (file)
@@ -3,7 +3,7 @@ AC_INIT([stressapptest], [1.0.7_autoconf], [opensource@google.com])
 
 AC_ARG_WITH(static, [  --with-static            enable static linking])
 
-if test "$with_static" == "yes"
+if test "$with_static" = "yes"
 then
   AC_MSG_NOTICE([Compiling with staticaly linked libraries.])
   LIBS="$LIBS -static"