You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2005/06/16 05:05:27 UTC

svn commit: r190859 - /xerces/c/branches/jberry/3.0-unstable/configure

Author: jberry
Date: Wed Jun 15 20:05:26 2005
New Revision: 190859

URL: http://svn.apache.org/viewcvs?rev=190859&view=rev
Log:
regen

Modified:
    xerces/c/branches/jberry/3.0-unstable/configure

Modified: xerces/c/branches/jberry/3.0-unstable/configure
URL: http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/configure?rev=190859&r1=190858&r2=190859&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/configure (original)
+++ xerces/c/branches/jberry/3.0-unstable/configure Wed Jun 15 20:05:26 2005
@@ -23677,7 +23677,7 @@
         # who knows whether they'll stub that too in a future libc.)  So,
         # we'll just look for -pthreads and -lpthread first:
 
-        acx_pthread_flags="-pthread -pthreads pthread -mt $acx_pthread_flags"
+        acx_pthread_flags="-pthreads pthread -mt -pthread $acx_pthread_flags"
         ;;
 esac
 
@@ -23843,7 +23843,7 @@
 int
 main ()
 {
-int attr=$attr;
+int attr=$attr; return attr;
   ;
   return 0;
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org