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

Side by Side Diff: base/third_party/libevent/configure.in

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path Created 5 years 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 | « base/third_party/libevent/compat/sys/queue.h ('k') | base/third_party/libevent/devpoll.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 dnl configure.in for libevent 1 dnl configure.in for libevent
2 dnl Dug Song <dugsong@monkey.org> 2 dnl Dug Song <dugsong@monkey.org>
3 AC_INIT(event.c) 3 AC_INIT(event.c)
4 4
5 AM_INIT_AUTOMAKE(libevent,1.4.15) 5 AM_INIT_AUTOMAKE(libevent,1.4.15)
6 AM_CONFIG_HEADER(config.h) 6 AM_CONFIG_HEADER(config.h)
7 dnl AM_MAINTAINER_MODE 7 dnl AM_MAINTAINER_MODE
8 8
9 AC_CONFIG_MACRO_DIR([m4]) 9 AC_CONFIG_MACRO_DIR([m4])
10 10
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 # These warnings break gcc 4.0.2 and work on gcc 4.2 412 # These warnings break gcc 4.0.2 and work on gcc 4.2
413 CFLAGS="$CFLAGS -Waddress -Wnormalized=id -Woverride-init" 413 CFLAGS="$CFLAGS -Waddress -Wnormalized=id -Woverride-init"
414 fi 414 fi
415 415
416 ##This will break the world on some 64-bit architectures 416 ##This will break the world on some 64-bit architectures
417 # CFLAGS="$CFLAGS -Winline" 417 # CFLAGS="$CFLAGS -Winline"
418 418
419 fi 419 fi
420 420
421 AC_OUTPUT(Makefile test/Makefile sample/Makefile) 421 AC_OUTPUT(Makefile test/Makefile sample/Makefile)
OLDNEW
« no previous file with comments | « base/third_party/libevent/compat/sys/queue.h ('k') | base/third_party/libevent/devpoll.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698