Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: third_party/protobuf/m4/acx_pthread.m4

Issue 1842653006: Update //third_party/protobuf to version 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/protobuf/m4/acx_check_suncc.m4 ('k') | third_party/protobuf/m4/stl_hash.m4 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This was retrieved from 1 # This was retrieved from
2 # http://svn.0pointer.de/viewvc/trunk/common/acx_pthread.m4?revision=1277&roo t=avahi 2 # http://svn.0pointer.de/viewvc/trunk/common/acx_pthread.m4?revision=1277&roo t=avahi
3 # See also (perhaps for new versions?) 3 # See also (perhaps for new versions?)
4 # http://svn.0pointer.de/viewvc/trunk/common/acx_pthread.m4?root=avahi 4 # http://svn.0pointer.de/viewvc/trunk/common/acx_pthread.m4?root=avahi
5 # 5 #
6 # We've rewritten the inconsistency check code (from avahi), to work 6 # We've rewritten the inconsistency check code (from avahi), to work
7 # more broadly. In particular, it no longer assumes ld accepts -zdefs. 7 # more broadly. In particular, it no longer assumes ld accepts -zdefs.
8 # This caused a restructing of the code, but the functionality has only 8 # This caused a restructing of the code, but the functionality has only
9 # changed a little. 9 # changed a little.
10 10
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: 388 # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
389 if test x"$acx_pthread_ok" = xyes; then 389 if test x"$acx_pthread_ok" = xyes; then
390 ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files.]),[$1]) 390 ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files.]),[$1])
391 : 391 :
392 else 392 else
393 acx_pthread_ok=no 393 acx_pthread_ok=no
394 $2 394 $2
395 fi 395 fi
396 AC_LANG_RESTORE 396 AC_LANG_RESTORE
397 ])dnl ACX_PTHREAD 397 ])dnl ACX_PTHREAD
OLDNEW
« no previous file with comments | « third_party/protobuf/m4/acx_check_suncc.m4 ('k') | third_party/protobuf/m4/stl_hash.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698