Changeset 1732 in Sophya for trunk/ArchTOIPipe/configure.in


Ignore:
Timestamp:
Nov 5, 2001, 2:30:33 PM (24 years ago)
Author:
aubourg
Message:

nettoyage pour portabilite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/configure.in

    r1730 r1732  
    1414    export CXX
    1515  fi
     16fi
     17
     18dnl on donne priorite a g++ sur c++ sur Linux
     19if test `uname` = Linux -a -f /usr/bin/g++; then
     20  CXX=/usr/bin/g++
    1621fi
    1722
     
    8186dnl AC_CHECK_LIB(cfitsio, ffread,,AC_MSG_ERROR("Cannot find cfitsio library"))
    8287AC_CHECK_LIB(m, sin)
     88AC_CHECK_LIB(pthread, pthread_create)
     89AC_CHECK_LIB(blas, scopy_)
     90AC_CHECK_LIB(g2c, s_copy)
    8391
    8492dnl Checks for header files.
Note: See TracChangeset for help on using the changeset viewer.