diff options
author | Austin Seipp <aseipp@pobox.com> | 2013-08-23 21:52:43 -0500 |
---|---|---|
committer | Austin Seipp <aseipp@pobox.com> | 2013-08-24 05:03:15 -0500 |
commit | 959d8274afa26a62586371f9c10a0cda161b6eed (patch) | |
tree | fa1c0e49f756ca823f22c86dd6dd60ced6a0fda6 /aclocal.m4 | |
parent | 69d26786dde789173e195cb7f4e4b3ff70cc0951 (diff) | |
download | haskell-959d8274afa26a62586371f9c10a0cda161b6eed.tar.gz |
Delete trailing whitespace in aclocal.m4
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 3c615b6fc1..e742e907d6 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -103,7 +103,7 @@ AC_DEFUN([FPTOOLS_SET_PLATFORM_VARS], echo "Can't work out target platform" exit 1 fi - + TargetArch=`echo "$target" | sed 's/-.*//'` TargetVendor=`echo "$target" | sed -e 's/.*-\(.*\)-.*/\1/'` TargetOS=`echo "$target" | sed 's/.*-//'` @@ -1602,7 +1602,7 @@ then # optimistiaclly assume that it actually works properly. AC_DEFINE([USE_TIMER_CREATE], 1, [Define to 1 if we can use timer_create(CLOCK_PROCESS_CPUTIME_ID,...)]) else - AC_CACHE_CHECK([for a working timer_create(CLOCK_REALTIME)], + AC_CACHE_CHECK([for a working timer_create(CLOCK_REALTIME)], [fptools_cv_timer_create_works], [AC_TRY_RUN([ #include <stdio.h> @@ -1722,7 +1722,7 @@ out: [fptools_cv_timer_create_works=no]) ]) case $fptools_cv_timer_create_works in - yes) AC_DEFINE([USE_TIMER_CREATE], 1, + yes) AC_DEFINE([USE_TIMER_CREATE], 1, [Define to 1 if we can use timer_create(CLOCK_PROCESS_CPUTIME_ID,...)]);; esac fi |