summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2006-06-07 15:09:38 +0000
committerGary Benson <gbenson@redhat.com>2006-06-07 15:09:38 +0000
commit57048824769c71f6ebbd45fce8d864a17fdff5f8 (patch)
tree47924c193979bd26b8588cf765fc38812aa22dcd /configure.ac
parentd86875ad13382ddc2610c7879277f463d08876a7 (diff)
downloadclasspath-57048824769c71f6ebbd45fce8d864a17fdff5f8.tar.gz
2006-06-07 Gary Benson <gbenson@redhat.com>
PR 24895 * native/jni/java-io/java_io_VMFile.c (Java_java_io_VMFile_toCanonicalForm): New method. * configure.ac: Added checks for lstat and readlink. * include/java_io_VMFile.h: Added new method. * vm/reference/java/io/VMFile.java: Use new method. * gnu/java/io/PlatformHelper.java (toCanonicalForm): Removed. * NEWS: Documented the above. * java/io/File.java: Javadoc fix.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9c1661254..65980fdff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -321,6 +321,7 @@ if test "x${COMPILE_JNI}" = xyes; then
strerror_r \
fcntl \
mmap munmap mincore msync madvise getpagesize sysconf \
+ lstat readlink \
])
LIBMAGIC=