Changeset 1455
- Timestamp:
- 12/04/10 12:32:54 (22 months ago)
- File:
-
- 1 edited
-
branches/4.2/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/configure.ac
r1454 r1455 599 599 fi 600 600 # for Mac/fink when hdf and hdf5 are not taken from fink, but jpeg is 601 if test -d /sw/lib; then602 LDFLAGS="$LDFLAGS -L/sw/lib"603 fi601 #if test -d /sw/lib; then 602 # LDFLAGS="$LDFLAGS -L/sw/lib" 603 #fi 604 604 # for Mac/Macports when you are not using fink at all. 605 if test -d /opt/local/lib; then606 LDFLAGS="$LDFLAGS -L/opt/local/lib"607 fi605 #if test -d /opt/local/lib; then 606 # LDFLAGS="$LDFLAGS -L/opt/local/lib" 607 #fi 608 608 609 609 # remove initial : … … 662 662 AC_TYPE_LONG_LONG_INT 663 663 AC_TYPE_UNSIGNED_LONG_LONG_INT 664 AC_CHECK_SIZEOF([int]) 665 AC_CHECK_SIZEOF([long int]) 666 AC_CHECK_SIZEOF([long long int]) 664 dnl these are not compatible with cross architecture compiling 665 if test x$cross_compiling != xyes; then 666 AC_CHECK_SIZEOF([int]) 667 AC_CHECK_SIZEOF([long int]) 668 AC_CHECK_SIZEOF([long long int]) 669 fi 667 670 AC_STRUCT_TM 668 671
Note: See TracChangeset
for help on using the changeset viewer.
