aboutsummaryrefslogtreecommitdiff
path: root/ares/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'ares/configure.in')
-rw-r--r--ares/configure.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/ares/configure.in b/ares/configure.in
deleted file mode 100644
index cc8a3f271..000000000
--- a/ares/configure.in
+++ /dev/null
@@ -1,18 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-AC_INIT(ares_init.c)
-
-AC_PROG_CC
-AC_PROG_INSTALL
-AC_PROG_RANLIB
-
-AC_CANONICAL_HOST
-case $host_os in
-solaris*)
- AC_DEFINE(ETC_INET)
- ;;
-esac
-
-AC_SEARCH_LIBS(gethostbyname, nsl)
-AC_SEARCH_LIBS(socket, socket)
-
-AC_OUTPUT(Makefile)