summaryrefslogtreecommitdiff
path: root/debian/patches/07_dev_test_e.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/07_dev_test_e.patch')
-rw-r--r--debian/patches/07_dev_test_e.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/07_dev_test_e.patch b/debian/patches/07_dev_test_e.patch
deleted file mode 100644
index dd45caf..0000000
--- a/debian/patches/07_dev_test_e.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
-Description:
- While testing paths, ./configure uses test -r to check for those who
- are not provided by system headers. However, this does not work for
- root-only files. On hurd-i386 for instance, /dev/klog is only root
- readable, so the test fails, and thus inetutils-syslogd doesn't fill
- /dev/kern.log. ./configure should use test -e instead.
-
-
-Index: b/acinclude.m4
-===================================================================
---- a/acinclude.m4
-+++ b/acinclude.m4
-@@ -306,7 +306,7 @@ AC_DEFUN([IU_CONFIG_PATHS], [
- else
- # search for a reasonable value
-
-- iu_test_type=r # `exists'
-+ iu_test_type=e # `exists'
- iu_default='' iu_prev_cross_test=''
- for iu_try in $iu_paths_h $iu_search; do
- iu_cross_test=''