Changeset 290 for trunk/aclocal.m4
- Timestamp:
- Aug 15, 2010, 12:27:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/aclocal.m4
r255 r290 1196 1196 ]) 1197 1197 if test $pie_cv_cc = yes; then 1198 case "$host_os" in 1199 *cygwin*) 1200 ;; 1201 *) 1198 1202 PIE_CFLAGS="-fPIE" 1199 1203 PIE_LDFLAGS="-pie" 1204 ;; 1205 esac 1200 1206 fi 1201 1207 fi
Note:
See TracChangeset
for help on using the changeset viewer.