summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCedric BAIL <cedric.bail@free.fr>2010-12-03 23:02:37 +0000
committerCedric BAIL <cedric.bail@free.fr>2010-12-03 23:02:37 +0000
commit938caab90fd2a40e4094bfe77a5c701208f76d1b (patch)
tree368fedb74f945feaa211d43f30d5787b2314df4a /configure.ac
parent0be45d00c3a4b81ccfab1223255d3438e0ceebe5 (diff)
downloadeet-938caab90fd2a40e4094bfe77a5c701208f76d1b.tar.gz
* eet: define PATH_MAX when needed.
SVN revision: 55231
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 11bced3..2896dd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -347,7 +347,7 @@ AC_CHECK_HEADER([jpeglib.h],
[AC_MSG_ERROR("Cannot find jpeglib.h. Make sure your CFLAGS environment variable contains include lines for the location of this file")])
AC_CHECK_HEADERS(netinet/in.h)
-
+EFL_CHECK_PATH_MAX
### Checks for types