Changeset 290 for trunk/aclocal.m4


Ignore:
Timestamp:
Aug 15, 2010, 12:27:47 PM (14 years ago)
Author:
katerina
Message:

Fixes for tickets #215, #216, #217, #218, version bumped to 2.7.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/aclocal.m4

    r255 r290  
    11961196      ])
    11971197    if test $pie_cv_cc = yes; then
     1198      case "$host_os" in
     1199      *cygwin*)
     1200      ;;
     1201      *)
    11981202      PIE_CFLAGS="-fPIE"
    11991203      PIE_LDFLAGS="-pie"
     1204      ;;
     1205      esac
    12001206    fi
    12011207  fi
Note: See TracChangeset for help on using the changeset viewer.