From 959d8274afa26a62586371f9c10a0cda161b6eed Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Fri, 23 Aug 2013 21:52:43 -0500 Subject: Delete trailing whitespace in aclocal.m4 Signed-off-by: Austin Seipp --- aclocal.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'aclocal.m4') 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 @@ -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 -- cgit v1.2.1