Ticket #29960: configure.patch
File configure.patch, 447 bytes (added by chris@…, 13 years ago) |
---|
-
configure
old new 94 94 gcc -v >& tmp.$$ 95 95 set gcc_version = ` grep version tmp.$$ | awk '{print $3;}' ` 96 96 set gcc_major = ` echo $gcc_version | awk -v FS="." '{print $1;}' ` 97 #if ( $gcc_major > 3 ) then98 #set universal_binary = "TRUE"99 #endif97 if ( $gcc_major > 3 ) then 98 set universal_binary = "TRUE" 99 endif 100 100 /bin/rm -f tmp.$$ 101 101 endif 102 102