Bug #547 » exiv2_r1412-1413.patch
| config/configure.ac (revision 1413) | ||
|---|---|---|
| 77 | 77 |
# --------------------------------------------------------------------------- |
| 78 | 78 |
# Checks for library functions. |
| 79 | 79 |
# --------------------------------------------------------------------------- |
| 80 |
AC_FUNC_MKTIME |
|
| 80 |
#AC_FUNC_MKTIME - fails when using old autoconf with gcc-4.3, see eg. Debian Bug#425544, and we don't use the result anyway |
|
| 81 | 81 |
AC_FUNC_MMAP |
| 82 | 82 |
AC_FUNC_STRERROR_R |
| 83 | 83 |
AC_CHECK_FUNCS([gmtime_r memset strchr strerror strtol mmap munmap]) |
- « Previous
- 1
- 2
- 3
- Next »