822ffa20941c1cc9414eab32a8b9bdb9d4264d0b
[gnulib.git] / m4 / selinux-selinux-h.m4
1 # serial 1   -*- Autoconf -*-
2 # Copyright (C) 2006, 2007 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/selinux.h>, if necessary.
9
10 AC_DEFUN([gl_HEADERS_SELINUX_SELINUX_H],
11 [
12   # Check for <selinux/selinux.h>,
13   AC_CHECK_HEADERS([selinux/selinux.h],
14                    [SELINUX_SELINUX_H=],
15                    [SELINUX_SELINUX_H=selinux/selinux.h])
16   AC_SUBST([SELINUX_SELINUX_H])
17 ])