summaryrefslogtreecommitdiff
path: root/bundled/replace/crypt.m4
diff options
context:
space:
mode:
Diffstat (limited to 'bundled/replace/crypt.m4')
-rw-r--r--bundled/replace/crypt.m46
1 files changed, 0 insertions, 6 deletions
diff --git a/bundled/replace/crypt.m4 b/bundled/replace/crypt.m4
deleted file mode 100644
index fae2a586..00000000
--- a/bundled/replace/crypt.m4
+++ /dev/null
@@ -1,6 +0,0 @@
-###############################################
-# test for where we get crypt() from
-AC_CHECK_HEADERS(crypt.h)
-AC_SEARCH_LIBS_EXT(crypt, [crypt], CRYPT_LIBS,
- [ AC_DEFINE(HAVE_CRYPT,1,[Whether the system has the crypt() function]) ],
- [ LIBREPLACEOBJ="${LIBREPLACEOBJ} $libreplacedir/crypt.o" ])