File: talloc_compat1.m4

package info (click to toggle)
ldb 1%3A1.1.6-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,896 kB
  • sloc: ansic: 80,005; python: 21,267; sh: 4,144; xml: 1,959; makefile: 289; perl: 225; awk: 175
file content (14 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TALLOC_COMPAT1_MK=""
AC_SUBST(TALLOC_COMPAT1_MK)

AC_ARG_ENABLE(talloc-compat1,
	[AS_HELP_STRING([--enable-talloc-compat1],
		[Build talloc 1.x.x compat library [default=no]])],
	[ enable_talloc_compat1=$enableval ],
	[ enable_talloc_compat1=no ]
)

if test "x$enable_talloc_compat1" = x"yes"; then
	TALLOC_COMPAT1_MK='include $(tallocdir)/compat/talloc_compat1.mk'
fi