Browse code

small configure script message cleanup

Ben Bolstad authored on 02/09/2017 16:48:33
Showing 3 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 Package: preprocessCore
2
-Version: 1.39.1
2
+Version: 1.39.2
3 3
 Title: A collection of pre-processing functions
4 4
 Author: Ben Bolstad <bmb@bmbolstad.com>
5 5
 Maintainer: Ben Bolstad <bmb@bmbolstad.com>
... ...
@@ -3370,16 +3370,8 @@ $as_echo "$as_me: Enabling threading for preprocessCore" >&6;}
3370 3370
 
3371 3371
 else
3372 3372
 
3373
-	    { $as_echo "$as_me:${as_lineno-$LINENO}: \"Disabling threading for\n preprocessCore\"" >&5
3374
-$as_echo "$as_me: \"Disabling threading for\n preprocessCore\"" >&6;}
3375
-	       { $as_echo "$as_me:${as_lineno-$LINENO}: ------------------------------------------" >&5
3376
-$as_echo "$as_me: ------------------------------------------" >&6;}
3377
-	       { $as_echo "$as_me:${as_lineno-$LINENO}: Unable to find pthreads on this system.  " >&5
3378
-$as_echo "$as_me: Unable to find pthreads on this system.  " >&6;}
3379
-	       { $as_echo "$as_me:${as_lineno-$LINENO}: Building a single-threaded version.      " >&5
3380
-$as_echo "$as_me: Building a single-threaded version.      " >&6;}
3381
-	       { $as_echo "$as_me:${as_lineno-$LINENO}: ------------------------------------------" >&5
3382
-$as_echo "$as_me: ------------------------------------------" >&6;}
3373
+	    { $as_echo "$as_me:${as_lineno-$LINENO}: Disabling threading for\ preprocessCore" >&5
3374
+$as_echo "$as_me: Disabling threading for\ preprocessCore" >&6;}
3383 3375
 
3384 3376
 fi
3385 3377
 
... ...
@@ -76,7 +76,7 @@ AS_IF([test "x$enable_threading" != "xno" ],[
76 76
 	    fi
77 77
 	    ],
78 78
 	    [
79
-	    AC_MSG_NOTICE("Disabling threading for\n preprocessCore")
79
+	    AC_MSG_NOTICE(Disabling threading for\ preprocessCore)
80 80
 	    ])
81 81
 
82 82