summaryrefslogtreecommitdiff
path: root/lib/make/configure.in
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-10-20 09:59:44 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-10-20 09:59:44 +0000
commitd4edb9f370f5ca5e3de31b15f20b36bfb7b6dd6c (patch)
tree32067fcc6db2f45617ecac80dd172581367f05de /lib/make/configure.in
parent96814965a03136313e66fa013d00687f76dc37a7 (diff)
Check for gethostbyname and #define HAVE_GETHOSTBYNAME if it's available.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1869 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/configure.in')
-rw-r--r--lib/make/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/make/configure.in b/lib/make/configure.in
index 5bd8c2a5..4a1d3e69 100644
--- a/lib/make/configure.in
+++ b/lib/make/configure.in
@@ -439,8 +439,8 @@ else
AC_MSG_RESULT(no)
fi
-dnl Let's see if the above does it for us.
-dnl CCTK_CHECK_SOCK_LENGTH_TYPE
+# Do we have gethostbyname
+AC_CHECK_FUNCS(gethostbyname)
# C++ STL stuff