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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to