Skip to content
  • Alexandre Janniaux's avatar
    configure.ac: check validity of sys/shm.h · fb814d42
    Alexandre Janniaux authored
    Some version of Android < 26 have sys/shm.h but it doesn't contain the
    functions that shall be exposed. So as to avoid misconfiguration, only
    define HAVE_SYS_SHM_H if the header exists AND that it exposes the
    required functions.
    fb814d42