Browse code

minor changes to configure summary

Kevin Lin authored on 2015/01/22 04:57:55
Showing 1 changed files
... ...
@@ -186,7 +186,7 @@ cat <<EOF
186 186
               pthreads    : $have_pthreads ($THREAD_LIBS)
187 187
 EOF
188 188
 
189
-AC_MSG_NOTICE([Summary of miscellaneous  features])
189
+AC_MSG_NOTICE([Summary of miscellaneous features])
190 190
 if test "x$CHECK_LIBS" = "x"; then
191 191
     check_libs="no"
192 192
 else
... ...
@@ -206,7 +206,7 @@ CL_MSG_STATUS([clamdtop    ],[$CURSES_LIBS],[$enable_clamdtop])
206 206
 CL_MSG_STATUS([milter      ],[yes],[$have_milter])
207 207
 CL_MSG_STATUS([clamsubmit  ],[$have_curl],[$curl_msg])
208 208
 
209
-AC_MSG_NOTICE([Summary of engine performance features)])
209
+AC_MSG_NOTICE([Summary of engine performance features])
210 210
 if test "x$enable_debug" = "xyes"; then
211 211
     CL_MSG_STATUS([release mode],[no],[debug build])
212 212
 else