You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by mc...@apache.org on 2004/04/02 10:57:04 UTC

cvs commit: logging-log4cxx configure.in

mcatan      2004/04/02 00:57:04

  Modified:    .        configure.in
  Log:
  removed Linux Atomic Operations check
  
  Revision  Changes    Path
  1.28      +0 -12     logging-log4cxx/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/configure.in,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- configure.in	28 Feb 2004 14:39:10 -0000	1.27
  +++ configure.in	2 Apr 2004 08:57:04 -0000	1.28
  @@ -311,18 +311,6 @@
   	;;
   esac
   
  -#linux atomic functions
  -AC_MSG_CHECKING(for Linux atomic operations support)
  -case "$host" in
  -	*linux*)
  -	AC_DEFINE(HAVE_LINUX_ATOMIC_OPERATIONS, 1, Linux atomic operations support.)
  -	AC_MSG_RESULT(yes)
  -	;;
  -	*)
  -	AC_MSG_RESULT(no)
  -	;;
  -esac
  -
   # Create files
   # ----------------------------------------------------------------------------