X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ftimer_time.m4;h=ea018f9a01e7d953f3780b3f08e8591613d49b21;hb=a7f78b10889cd4bad2a56f110cf4177446eef3bb;hp=d6e0efeb61b5235dc29e8ec51c5120dade5cd582;hpb=d0738c7634890553f4405677888f4d4d2726e93b;p=gnulib.git diff --git a/m4/timer_time.m4 b/m4/timer_time.m4 index d6e0efeb6..ea018f9a0 100644 --- a/m4/timer_time.m4 +++ b/m4/timer_time.m4 @@ -1,5 +1,5 @@ -# timer_time.m4 serial 1 -dnl Copyright (C) 2011-2012 Free Software Foundation, Inc. +# timer_time.m4 serial 2 +dnl Copyright (C) 2011-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -33,7 +33,7 @@ AC_DEFUN([gl_TIMER_TIME], #endif #endif ], - [LIB_TIMER_TIME="$LIBMULTITHREAD $LIB_TIMER_TIME"]) + [LIB_TIMER_TIME="$LIB_TIMER_TIME $LIBMULTITHREAD"]) AC_CHECK_FUNCS([timer_settime]) LIBS=$gl_saved_libs ])