Changeset 572
- Timestamp:
- Mar 7, 2022, 6:53:25 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r570 r572 12 12 dnl start 13 13 dnl 14 AM_INIT_AUTOMAKE(samhain, 4.4. 6)14 AM_INIT_AUTOMAKE(samhain, 4.4.7) 15 15 AC_DEFINE([SAMHAIN], 1, [Application is samhain]) 16 16 AC_CANONICAL_HOST … … 39 39 fi 40 40 41 if test "x${gcc_VERSION_MAJOR}" != "x" 42 then 43 AC_MSG_CHECKING([for gcc compiler issues]) 44 if test ${gcc_VERSION_MAJOR} -ge 11 45 then 46 dnmalloc_ok=no 47 AC_MSG_RESULT([dnmalloc does not work with gcc 11]) 48 else 49 dnmalloc_ok=yes 50 AC_MSG_RESULT([ok]) 51 fi 52 else 53 dnmalloc_ok=yes 54 fi 55 56 41 57 AC_HEADER_STDC 42 58 … … 51 67 mynetbsd=no 52 68 sh_use_lcaps="undef" 53 dnmalloc_ok=yes54 69 sh_use_pie=yes 55 70 enable_asm_ok=yes … … 386 401 strptime basename sched_yield hasmntopt \ 387 402 inet_aton gethostbyname setutent setrlimit gethostname uname \ 388 initgroups getpagesize \403 initgroups getpagesize getutxent \ 389 404 ttyname fchmod writev mmap tzset \ 390 405 getsid getpriority getpgid statvfs \
Note:
See TracChangeset
for help on using the changeset viewer.