Changeset 441 for trunk/aclocal.m4


Ignore:
Timestamp:
Sep 29, 2013, 5:55:24 PM (11 years ago)
Author:
katerina
Message:

Fix for ticket #345 (compile error on Debian unstable, gcc 4.8).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/aclocal.m4

    r440 r441  
    409409x_libraries=NONE
    410410DESTDIR=
    411 SH_ENABLE_OPTS="ssp db-reload xml-log message-queue login-watch process-check port-check mounts-check logfile-monitor userfiles debug ptrace static network udp nocl stealth micro-stealth install-name identity khide suidcheck base largefile mail external-scripts encrypt srp dnmalloc ipv6 shellexpand suid"
     411SH_ENABLE_OPTS="asm ssp db-reload xml-log message-queue login-watch process-check port-check mounts-check logfile-monitor userfiles debug ptrace static network udp nocl stealth micro-stealth install-name identity khide suidcheck base largefile mail external-scripts encrypt srp dnmalloc ipv6 shellexpand suid"
    412412SH_WITH_OPTS="prelude libprelude-prefix database libwrap cflags libs console altconsole timeserver alttimeserver rnd egd-socket port logserver altlogserver kcheck gpg keyid checksum fp recipient sender trusted tmp-dir config-file log-file pid-file state-dir data-file html-file"
    413413
     
    13141314        samhain_64=yes
    13151315        tiger_src=sh_tiger1_64.c
    1316         AC_DEFINE([TIGER_OPT_ASM],1,[Define to use tiger x86_64 optimized assembly])
     1316        samhain_64_asm=yes
    13171317        ],
    13181318        [
     
    13271327samhain_64=no
    13281328tiger_src=sh_tiger1.c
     1329samhain_64_asm=no
    13291330#
    13301331# if sizeof(unsigned long) = 4, try compiler macros for 64bit
Note: See TracChangeset for help on using the changeset viewer.