diff options
author | Youness Alaoui <kakaroto@kakaroto.homelinux.net> | 2011-10-15 09:30:52 +0000 |
---|---|---|
committer | Youness Alaoui <kakaroto@kakaroto.homelinux.net> | 2011-10-15 09:30:52 +0000 |
commit | 783a2bb3a0d19c03ae9c90d44937286c427a21e0 (patch) | |
tree | cdc24306fd221d4cd5f2d827d2e0f1f2842c3b84 /configure.ac | |
parent | bde824ce3592c0de9149614b0f0b50ad925eb8c1 (diff) |
Elementary: Check for PATH_MAX define availability
SVN revision: 64089
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7a49142d6..ab0955e2d 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -599,6 +599,8 @@ AM_CONDITIONAL([HAVE_PO], [true]) | |||
599 | AM_CONDITIONAL([HAVE_PO], [false]) | 599 | AM_CONDITIONAL([HAVE_PO], [false]) |
600 | ]) | 600 | ]) |
601 | AC_SUBST(LTLIBINTL) | 601 | AC_SUBST(LTLIBINTL) |
602 | EFL_CHECK_PATH_MAX | ||
603 | |||
602 | 604 | ||
603 | ### Build and install examples | 605 | ### Build and install examples |
604 | EFL_CHECK_BUILD_EXAMPLES([enable_build_examples="yes"], [enable_build_examples="no"]) | 606 | EFL_CHECK_BUILD_EXAMPLES([enable_build_examples="yes"], [enable_build_examples="no"]) |