Changeset 3bb3e6a in git for Singular/configure.in
- Timestamp:
- May 24, 1998, 2:09:23 PM (26 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 45f7bfcca3edf19f70b4d4e83236758f8d71c6da
- Parents:
- 96b804631b095d8928ec2c241293ce9015190de7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/configure.in
r96b804 r3bb3e6a 395 395 396 396 AC_HEADER_STDC 397 AC_HEADER_STAT398 397 AC_CHECK_HEADERS(limits.h unistd.h,, 399 398 AC_MSG_ERROR(Can not compile without limits.h unistd.h)) … … 430 429 AC_TYPE_SIGNAL 431 430 AC_FUNC_VPRINTF 432 AC_CHECK_FUNCS(gettimeofday atexit bcopy getcwd getwd sbrk readlink )431 AC_CHECK_FUNCS(gettimeofday atexit bcopy getcwd getwd sbrk readlink sleep) 433 432 434 433 dnl
Note: See TracChangeset
for help on using the changeset viewer.