Changeset 56bce6 in git for libpolys/configure.ac
- Timestamp:
- Jul 27, 2012, 7:02:58 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c987db42cd2ec943b97ac5746c99892ceddf909c')
- Children:
- 6e81fc109b87ebfc796436d4e9472bc3819b5974
- Parents:
- 868735e4d3507b1edcdb4f3879fc5913562b997b
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-07-27 19:02:58+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-07-27 19:03:53+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/configure.ac
r868735 r56bce6 57 57 AC_HEADER_STDC 58 58 AC_STDC_HEADERS 59 AC_CHECK_HEADERS([stdlib.h string.h unistd.h pwd.h sys/param.h limits.h float.h]) 59 AC_CHECK_HEADERS([stdlib.h string.h unistd.h pwd.h sys/param.h limits.h float.h execinfo.h]) 60 61 # If the compiler supports GCC C++ ABI name demangling (has header 62 # cxxabi.h and abi::__cxa_demangle() function), define 63 # HAVE_GCC_ABI_DEMANGLE 64 AX_CXX_GCC_ABI_DEMANGLE 60 65 61 66 # Checks for typedefs, structures, and compiler characteristics.
Note: See TracChangeset
for help on using the changeset viewer.