From e9a8da14552cdb8c294f6da887912935aaa13b99 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Fri, 3 Dec 2010 22:59:28 +0000 Subject: [PATCH] * eio: define PATH_MAX if not available. SVN revision: 55230 --- legacy/eio/configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/eio/configure.ac b/legacy/eio/configure.ac index be879795c5..403b115250 100644 --- a/legacy/eio/configure.ac +++ b/legacy/eio/configure.ac @@ -107,6 +107,8 @@ if test "x${have_threads}" = "xno" ; then AC_MSG_ERROR([Threads not supported. Be sure to have pthread on non Windows OS]) fi +EFL_CHECK_PATH_MAX + ### Checks for types ### Checks for structures