1 2 3 4 5 6 7 8 9 10 11 12 13
|
# DP: disable check for utimes function, which is broken in glibc-2.3.2
--- a/configure.ac
+++ b/configure.ac
@@ -2698,7 +2698,7 @@
setsid setpgid setpgrp setuid setvbuf snprintf \
sigaction siginterrupt sigrelse strftime \
sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
- truncate uname unsetenv utimes waitpid wait3 wait4 wcscoll _getpty)
+ truncate uname unsetenv waitpid wait3 wait4 wcscoll _getpty)
# For some functions, having a definition is not sufficient, since
# we want to take their address.
|