Changeset 1732 in Sophya for trunk/ArchTOIPipe/configure.in
- Timestamp:
- Nov 5, 2001, 2:30:33 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/configure.in
r1730 r1732 14 14 export CXX 15 15 fi 16 fi 17 18 dnl on donne priorite a g++ sur c++ sur Linux 19 if test `uname` = Linux -a -f /usr/bin/g++; then 20 CXX=/usr/bin/g++ 16 21 fi 17 22 … … 81 86 dnl AC_CHECK_LIB(cfitsio, ffread,,AC_MSG_ERROR("Cannot find cfitsio library")) 82 87 AC_CHECK_LIB(m, sin) 88 AC_CHECK_LIB(pthread, pthread_create) 89 AC_CHECK_LIB(blas, scopy_) 90 AC_CHECK_LIB(g2c, s_copy) 83 91 84 92 dnl Checks for header files.
Note:
See TracChangeset
for help on using the changeset viewer.