]> git.lyx.org Git - lyx.git/blobdiff - configure.ac
Add to credits
[lyx.git] / configure.ac
index c8fac2fca0823ac36a831519406963caa8c58cf2..2f7680d105bdf043219b927a74347eac92a227db 100644 (file)
@@ -183,6 +183,8 @@ AC_TYPE_SIGNAL
 AC_TYPE_SIZE_T
 AC_TYPE_UID_T
 
+LYX_CHECK_DEF(PATH_MAX, limits.h, [int n = PATH_MAX;])
+
 AC_CHECK_FUNCS(chmod close _close fork getpid _getpid lstat mkfifo open _open pclose _pclose popen _popen readlink strerror)
 # Check the form of mkdir()
 AC_FUNC_MKDIR