Ticket #35104: opendkim-configure.ac.diff

File opendkim-configure.ac.diff, 337 bytes (added by danielluke (Daniel J. Luke), 12 years ago)

configure.ac patch for opendkim 2.6.2 on darwin9

  • opendkim-2.6.2

    old new  
    22382238AC_CANONICAL_HOST
    22392239case "$host" in
    22402240        *-darwin*)
    2241                 CPPFLAGS="$CPPFLAGS -DBIND_8_COMPAT"
     2241                CPPFLAGS="$CPPFLAGS -DBIND_8_COMPAT -DDARWIN"
     2242                enable_arlib="yes"
    22422243                ;;
    22432244esac
    22442245