Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 198779 | Differences between
and this patch

Collapse All | Expand All

(-)cdrtools-2.01.01/conf/configure.in.extraflags (-1 / +12 lines)
Lines 34-38 Link Here
34
AC_CHECK_HEADERS(a.out.h aouthdr.h elf.h)
34
AC_CHECK_HEADERS(a.out.h aouthdr.h elf.h)
35
AC_CHECK_HEADERS(malloc.h termios.h termio.h)
35
AC_CHECK_HEADERS(malloc.h termios.h termio.h)
36
AC_CHECK_HEADERS(pwd.h grp.h sys/acl.h acllib.h acl/libacl.h)
36
AC_CHECK_HEADERS(pwd.h grp.h)
37
AC_ARG_WITH([acl],
38
	[AS_HELP_STRING([--with-acl], [support access control lists @<:@default=check@:>@])],
39
	[],
40
	[with_acl=check])
41
AS_IF([test "x$with_acl" != "xno"],
42
	[AC_CHECK_HEADERS([sys/acl.h acllib.h acl/libacl.h],
43
		[],
44
		[if test "x$with_acl" != xcheck; then
45
			AC_MSG_FAILURE(
46
		        	[--with-acl was given, but test for acl headers failed])
47
		fi])])
37
AC_CHECK_HEADERS(shadow.h syslog.h)
48
AC_CHECK_HEADERS(shadow.h syslog.h)
38
AC_CHECK_HEADERS(sys/time.h sys/times.h utime.h sys/utime.h sys/ioctl.h sys/filio.h sys/param.h sys/systeminfo.h sys/sysctl.h)
49
AC_CHECK_HEADERS(sys/time.h sys/times.h utime.h sys/utime.h sys/ioctl.h sys/filio.h sys/param.h sys/systeminfo.h sys/sysctl.h)

Return to bug 198779