Old libtool versions don't define LT_OBJDIR. Adding an override for them.

This commit is contained in:
Sam Hocevar 2009-08-07 00:09:03 +00:00 committed by sam
parent 8f431fbd83
commit 5d2b1b7682

View File

@ -81,6 +81,11 @@
# define SIGKILL 9
#endif
/* Handle old libtool versions */
#if !defined LT_OBJDIR
# define LT_OBJDIR ".libs"
#endif
#if defined RLIMIT_AS
# define ZZUF_RLIMIT_MEM RLIMIT_AS
#elif defined RLIMIT_VMEM