Changeset 415 for trunk/aclocal.m4


Ignore:
Timestamp:
Nov 1, 2012, 7:45:54 AM (12 years ago)
Author:
katerina
Message:

Fixes for tickets #314, #315, #316, #317, #318, #319, #320, and #321.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/aclocal.m4

    r412 r415  
    13791379  #
    13801380  if test "x$GCC" = xyes; then
    1381     SAMHAIN_X86_64
     1381     case "$host_os" in
     1382        *linux*)
     1383        SAMHAIN_X86_64
     1384        ;;
     1385        *bsd*)
     1386        SAMHAIN_X86_64
     1387        ;;
     1388        *)
     1389        SAMHAIN_X86_64
     1390        ;;
     1391      esac     
    13821392  fi
    13831393fi
Note: See TracChangeset for help on using the changeset viewer.