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

Side by Side Diff: third_party/talloc/compat/talloc_compat1.m4

Issue 2282793002: Remove unused third_party/talloc (Closed)
Patch Set: Created 4 years, 3 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/talloc/compat/talloc_compat1.c ('k') | third_party/talloc/config.guess » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 TALLOC_COMPAT1_MK=""
2 AC_SUBST(TALLOC_COMPAT1_MK)
3
4 AC_ARG_ENABLE(talloc-compat1,
5 [AS_HELP_STRING([--enable-talloc-compat1],
6 [Build talloc 1.x.x compat library [default=no]])],
7 [ enable_talloc_compat1=$enableval ],
8 [ enable_talloc_compat1=no ]
9 )
10
11 if test "x$enable_talloc_compat1" = x"yes"; then
12 TALLOC_COMPAT1_MK='include $(tallocdir)/compat/talloc_compat1.mk'
13 fi
14
OLDNEW
« no previous file with comments | « third_party/talloc/compat/talloc_compat1.c ('k') | third_party/talloc/config.guess » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698