* eio: define PATH_MAX if not available.

SVN revision: 55230
This commit is contained in:
Cedric BAIL 2010-12-03 22:59:28 +00:00
parent e031740d22
commit e9a8da1455
1 changed files with 2 additions and 0 deletions

View File

@ -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