This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] Very minor tweak to the last commit


Hi,

committed to mainline.

Paolo.

///////////////
2008-08-23  Paolo Carlini  <paolo.carlini@oracle.com>

	* acinclude.m4 ([GLIBCXX_ENABLE_CLOCK_GETTIME]): Use [=KIND] in
	GLIBCXX_ENABLE.
	* configure: Regenerate.
Index: acinclude.m4
===================================================================
*** acinclude.m4	(revision 139530)
--- acinclude.m4	(working copy)
*************** dnl
*** 1094,1100 ****
  AC_DEFUN([GLIBCXX_ENABLE_CLOCK_GETTIME], [
  
    AC_MSG_CHECKING([for clock_gettime clocks])					 
!   GLIBCXX_ENABLE(clock-gettime,$1,,
      [use KIND for check type],
      [permit yes|no|rt])
  
--- 1094,1100 ----
  AC_DEFUN([GLIBCXX_ENABLE_CLOCK_GETTIME], [
  
    AC_MSG_CHECKING([for clock_gettime clocks])					 
!   GLIBCXX_ENABLE(clock-gettime,$1,[=KIND],
      [use KIND for check type],
      [permit yes|no|rt])
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]