From: cedric Date: Mon, 5 Dec 2011 14:25:25 +0000 (+0000) Subject: eina: follow Vincent advice. X-Git-Tag: submit/2.0alpha-wayland/20121127.222009~441 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e02f91c1b72ab56db877ea99fa0f93993297271;p=profile%2Fivi%2Feina.git eina: follow Vincent advice. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@65905 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index 580774e..decd530 100644 --- a/configure.ac +++ b/configure.ac @@ -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 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 header file.]) -fi - ### Checks for types AC_CHECK_SIZEOF([wchar_t]) diff --git a/src/lib/eina_file.c b/src/lib/eina_file.c index bc0632c..f5df52e 100644 --- a/src/lib/eina_file.c +++ b/src/lib/eina_file.c @@ -46,7 +46,7 @@ void *alloca (size_t); #include #include #include -#ifdef HAVE_MMAN_H +#ifdef HAVE_SYS_MMAN_H # include #endif #include