- Timestamp:
- Jul 15, 2009 4:12:10 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:mergeinfo
set to
/stable/BSP merged eligible
-
Property
svn:mergeinfo
set to
-
trunk/coin.m4
r1320 r1324 294 294 AC_SUBST(ADDLIBS) 295 295 296 # As backup, we make sure we don't loose an FLIBS if it has been set 297 # by the user 298 save_FLIBS="$FLIBS" 299 296 300 # Initialize the FADDLIBS variable (which is to be used with a fortran 297 301 # compiler and will not include FLIBS) … … 1359 1363 AC_LANG_PUSH([Fortran 77]) 1360 1364 1361 save_FLIBS="$FLIBS"1362 1363 1365 AC_F77_WRAPPERS 1364 1366 1367 # If FLIBS has been set by the user, we just restore its value here 1365 1368 if test x"$save_FLIBS" != x; then 1366 1369 FLIBS="$save_FLIBS" … … 1372 1375 case $flag in 1373 1376 -lcrt*.o) ;; 1377 -lcygwin) ;; 1374 1378 *) my_flibs="$my_flibs $flag" ;; 1375 1379 esac
Note: See TracChangeset
for help on using the changeset viewer.