summaryrefslogtreecommitdiff
path: root/m4/search-libs.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-05 15:05:09 +0000
committerJim Meyering <jim@meyering.net>2000-05-05 15:05:09 +0000
commit46b48d2e0ea8fd455dcc6f8a4710373da96dd7df (patch)
tree53dbb83da7f3dbd75145119662f0187accdf5006 /m4/search-libs.m4
parent87a766e71a3ec0afd2aae457b75f83c0e2a3aa3d (diff)
downloadcoreutils-46b48d2e0ea8fd455dcc6f8a4710373da96dd7df.tar.xz
*** empty log message ***
Diffstat (limited to 'm4/search-libs.m4')
-rw-r--r--m4/search-libs.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/search-libs.m4 b/m4/search-libs.m4
index 63b5c1b7d..ea3be9def 100644
--- a/m4/search-libs.m4
+++ b/m4/search-libs.m4
@@ -14,7 +14,6 @@ dnl Search for a library defining FUNC, if it's not already available.
AC_DEFUN(AC_SEARCH_LIBS,
[
- AC_PREREQ([2.13])
AC_CACHE_CHECK([for library containing $1], [ac_cv_search_$1],
[
ac_func_search_save_LIBS="$LIBS"