source: branches/samba-3.5.x/lib/talloc/compat/talloc_compat1.m4

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 370 bytes
Line 
1TALLOC_COMPAT1_MK=""
2AC_SUBST(TALLOC_COMPAT1_MK)
3
4AC_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
11if test "x$enable_talloc_compat1" = x"yes"; then
12 TALLOC_COMPAT1_MK='include $(tallocdir)/compat/talloc_compat1.mk'
13fi
14
Note: See TracBrowser for help on using the repository browser.