chiark / gitweb /
New frequency test, fixed error accounting, added logging timestamps, and miscellaneo...
[stressapptest] / configure.ac
index ca10966c9dac923df38efac9825cb11ae920beb5..6f09eb985383378f99aed08a9e8f89c568f2e835 100644 (file)
@@ -5,10 +5,10 @@ AC_ARG_WITH(static, [  --with-static            enable static linking])
 
 if test "$with_static" == "yes"
 then
-       AC_MSG_NOTICE([Compiling with staticaly linked libraries.])
-       LIBS="$LIBS -static"
+  AC_MSG_NOTICE([Compiling with staticaly linked libraries.])
+  LIBS="$LIBS -static"
 else
-       AC_MSG_NOTICE([Compiling with dynamically linked libraries.])
+  AC_MSG_NOTICE([Compiling with dynamically linked libraries.])
 fi
 
 AC_CANONICAL_HOST