File: talloc_compat1.m4

package info (click to toggle)
talloc 2.0.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,636 kB
  • ctags: 1,172
  • sloc: ansic: 9,393; sh: 3,078; xml: 812; makefile: 162; perl: 107; awk: 46
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