source: trunk/src/sed/m4/selinux-context-h.m4@ 3669

Last change on this file since 3669 was 3611, checked in by bird, 10 months ago

vendor/sed/current: GNU sed 4.9 (sed-4.9.tar.xz sha256:6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181)

File size: 679 bytes
Line 
1# serial 4 -*- Autoconf -*-
2# Copyright (C) 2006-2007, 2009-2022 Free Software Foundation, Inc.
3# This file is free software; the Free Software Foundation
4# gives unlimited permission to copy and/or distribute it,
5# with or without modifications, as long as this notice is preserved.
6
7# From Jim Meyering
8# Provide <selinux/context.h>, if necessary.
9
10AC_DEFUN([gl_HEADERS_SELINUX_CONTEXT_H],
11[
12 AC_REQUIRE([gl_LIBSELINUX])
13 if test "$with_selinux" != no; then
14 AC_CHECK_HEADERS([selinux/context.h],
15 [GL_GENERATE_SELINUX_CONTEXT_H=false],
16 [GL_GENERATE_SELINUX_CONTEXT_H=true])
17 else
18 GL_GENERATE_SELINUX_CONTEXT_H=true
19 fi
20])
Note: See TracBrowser for help on using the repository browser.