mcatan      2004/05/30 00:50:27

  Modified:    .        configure.in
  Log:
  added solaris specific options
  
  Revision  Changes    Path
  1.40      +2 -2      logging-log4cxx/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/configure.in,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- configure.in      27 May 2004 09:16:56 -0000      1.39
  +++ configure.in      30 May 2004 07:50:27 -0000      1.40
  @@ -177,8 +177,8 @@
                LIBS="-pthread $LIBS"
                ;;
                *solaris*)
  -             CPPFLAGS="$CPPFLAGS -D_REENTRANT"
  -             LIBS="-lpthread -lrt $LIBS"
  +             CPPFLAGS="$CPPFLAGS -D_REENTRANT 
-features=%all,no%iddollar,extensions -xarch=v8plus"
  +             LIBS="-lpthread -lrt -xarch=v8plus $LIBS"
                ;;
                *)
                CPPFLAGS="$CPPFLAGS -D_REENTRANT"
  
  
  

Reply via email to