Changeset 294 for trunk/configure.ac
- Timestamp:
- Oct 31, 2010, 10:26:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r293 r294 12 12 dnl start 13 13 dnl 14 AM_INIT_AUTOMAKE(samhain, 2. 7.2c)14 AM_INIT_AUTOMAKE(samhain, 2.8.0) 15 15 AC_DEFINE([SAMHAIN], 1, [Application is samhain]) 16 16 AC_CANONICAL_HOST … … 86 86 *cygwin*) 87 87 AC_DEFINE(HOST_IS_CYGWIN) 88 AC_DEFINE([USE_REGISTRY_CHECK], 1, [Define for registry check]) 88 89 dnmalloc_ok=no 89 90 AC_MSG_RESULT([no trusted paths and no dnmalloc]) … … 230 231 regex.h glob.h \ 231 232 linux/ext2_fs.h linux/fs.h ext2fs/ext2_fs.h asm/segment.h \ 232 elf.h linux/elf.h \233 elf.h linux/elf.h auparse.h \ 233 234 paths.h arpa/nameser.h arpa/nameser_compat.h \ 234 235 rpc/rpcent.h rpc/rpc.h sys/statvfs.h, … … 442 443 ]) 443 444 445 sh_auparse=no 446 447 if test "x$ac_cv_header_auparse_h" = "xyes" 448 then 449 AC_CHECK_LIB(auparse, auparse_find_field, [ 450 LIBS="$LIBS -lauparse" 451 sh_auparse=yes 452 AC_DEFINE(HAVE_AUPARSE_LIB, 1, [Define if you have the auparse lib]) 453 ]) 454 fi 455 444 456 dnl arguments for accept 445 457 … … 952 964 then 953 965 tmp_LIBS=`echo $LIBS | sed 's%\-lresolv%%' ` 966 LIBS="${tmp_LIBS}" 967 fi 968 if test x"${sh_auparse}" = xyes 969 then 970 tmp_LIBS=`echo $LIBS | sed 's%\-lauparse%%' ` 954 971 LIBS="${tmp_LIBS}" 955 972 fi
Note:
See TracChangeset
for help on using the changeset viewer.