summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2010-01-27 14:12:05 +0100
committerJean Delvare <jdelvare@suse.de>2010-01-27 14:12:05 +0100
commit41d0b081a53e24632853635ad7a7d8030fefbf82 (patch)
tree22b30a221789f092a9386001d6a218f36c648873 /configure
parent57e4299143fc13997fcd998d658a1a569779b987 (diff)
downloadquilt-41d0b081a53e24632853635ad7a7d8030fefbf82.tar.gz
Update configure.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure20
1 files changed, 0 insertions, 20 deletions
diff --git a/configure b/configure
index 4a71244..019355c 100755
--- a/configure
+++ b/configure
@@ -4441,26 +4441,6 @@ echo "$as_me: error: Please specify the location of cp with the option '--with-c
fi
-{ echo "$as_me:$LINENO: checking whether $CP -l works" >&5
-echo $ECHO_N "checking whether $CP -l works... $ECHO_C" >&6; }
-touch conftest.1
-if $CP -l conftest.1 conftest.2 2>/dev/null; then
- { echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6; }
-else
- { { echo "$as_me:$LINENO: error: no
-
-You appear to have a \`cp' that does not support hard links.
-You can download GNU fileutils from ftp.gnu.org
-" >&5
-echo "$as_me: error: no
-
-You appear to have a \`cp' that does not support hard links.
-You can download GNU fileutils from ftp.gnu.org
-" >&2;}
- { (exit 1); exit 1; }; }
-fi
-