IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3558


Ignore:
Timestamp:
Mar 29, 2005, 2:20:14 PM (21 years ago)
Author:
desonia
Message:

add check for function atoll.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r3554 r3558  
    199199AC_CHECK_LIB(mx,sqrtf,
    200200  [PSLIB_LIBS="${PSLIB_LIBS=} -lmx"])
    201 AC_CHECK_LIB(c,atoll,
    202   [PSLIB_LIBS="${PSLIB_LIBS=} -lc"])
     201AC_CHECK_FUNC(atoll, [],
     202  [AC_MSG_ERROR([The C99 function, atoll, is required; update your compiler?])])
    203203
    204204DOXYGEN="doxygen Doxyfile"
Note: See TracChangeset for help on using the changeset viewer.