From 296b508cddcad50c47a425d997b58b7c2db40e64 Mon Sep 17 00:00:00 2001 From: titan Date: Sun, 15 Apr 2007 16:47:58 +0000 Subject: [PATCH] Remove the comma, as it isn't consistent with the rest of the output. SVN revision: 29540 --- legacy/evas/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/configure.in b/legacy/evas/configure.in index 08d3048381..29e8cab1d1 100644 --- a/legacy/evas/configure.in +++ b/legacy/evas/configure.in @@ -2038,7 +2038,7 @@ echo " Fallback C Code.........: $build_cpu_c" echo " MMX.....................: $build_cpu_mmx" echo " SSE.....................: $build_cpu_sse" echo " ALTIVEC.................: $build_cpu_altivec" -echo " Thread Support,.........: $build_pthreads" +echo " Thread Support..........: $build_pthreads" echo echo "ARGB Software Engine Options:" echo " Sampling Scaler.........: $scaler_sample"