X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=configure.ac;h=74e868774f2a455310e6b2cece2df5b74bc22473;hb=880fb47e66e138b49f059fa6f5739a2bef8a84a3;hp=78c412ea7a22d1f7162aa787e9636ac98b84294c;hpb=7285135d5fa16b631395da282276b4861a714c35;p=stressapptest diff --git a/configure.ac b/configure.ac index 78c412e..74e8687 100644 --- a/configure.ac +++ b/configure.ac @@ -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"