eina: follow Vincent advice.

SVN revision: 65905
This commit is contained in:
Cedric BAIL 2011-12-05 14:25:25 +00:00
parent 8c2e7f7b87
commit 0d4c616dc5
2 changed files with 1 additions and 9 deletions

View File

@ -371,14 +371,6 @@ if test "x${ac_cv_header_inttypes_h}" = "xyes" ; then
fi
AC_SUBST([EINA_CONFIGURE_HAVE_STDINT_H])
if test "x${ac_cv_header_strings_h}" = "xyes" ; then
AC_DEFINE([HAVE_STRINGS_H], [1], [Define to 1 if you have the <strings.h> header file.])
fi
if test "x${ac_cv_header_sys_mman_h}" = "xyes" ; then
AC_DEFINE([HAVE_MMAN_H], [1], [Define to 1 if you have the <sys/mman.h> header file.])
fi
### Checks for types
AC_CHECK_SIZEOF([wchar_t])

View File

@ -46,7 +46,7 @@ void *alloca (size_t);
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#ifdef HAVE_MMAN_H
#ifdef HAVE_SYS_MMAN_H
# include <sys/mman.h>
#endif
#include <fcntl.h>