Changeset 441 for trunk/configure.ac
- Timestamp:
- Sep 29, 2013, 5:55:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r440 r441 12 12 dnl start 13 13 dnl 14 AM_INIT_AUTOMAKE(samhain, 3.0.1 3)14 AM_INIT_AUTOMAKE(samhain, 3.0.14pre) 15 15 AC_DEFINE([SAMHAIN], 1, [Application is samhain]) 16 16 AC_CANONICAL_HOST … … 1655 1655 AC_SUBST(mydebugdef) 1656 1656 1657 sh_enable_asm=yes 1658 AC_ARG_ENABLE(asm, 1659 [ --disable-asm disable asm inline code], 1660 [ 1661 if test "x${enable_asm}" = xno; then 1662 sh_enable_asm=no 1663 fi 1664 ] 1665 ) 1666 1667 if test "x${samhain_64_asm}" = xyes; then 1668 if test "x${sh_enable_asm}" = xyes; then 1669 AC_DEFINE([TIGER_OPT_ASM],1,[Define to use tiger x86_64 optimized assembly]) 1670 fi 1671 fi 1657 1672 1658 1673 AC_ARG_ENABLE(ipv6,
Note:
See TracChangeset
for help on using the changeset viewer.