Changeset 64


Ignore:
Timestamp:
Sep 29, 2006, 4:34:00 PM (18 years ago)
Author:
rainer
Message:

Dont use assembly implementation of tiger on i86/solaris, may fail to compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/aclocal.m4

    r61 r64  
    12001200          if test $? = 0; then
    12011201            # apples gcc does not understand the assembly we provide
    1202             $CC -E -dM - < /dev/null | egrep '(__APPLE__|__CYGWIN__)' >/dev/null 2>&1 || samhain_i386=yes
     1202            $CC -E -dM - < /dev/null | egrep '(__sun__|__APPLE__|__CYGWIN__)' >/dev/null 2>&1 || samhain_i386=yes
    12031203          fi
    12041204          if test "x$samhain_i386" = xyes; then
Note: See TracChangeset for help on using the changeset viewer.