summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2006-04-10 01:39:14 +0000
committerneilbrown <neilbrown>2006-04-10 01:39:14 +0000
commitc377fce0995ac5d669f74e75fdac02b90d8792b2 (patch)
tree030c78ef1ab638274766ae8aac1131a00a3a2696
parentfe3b14834fc863200b6cba08cff348688e37243b (diff)
downloadnfs-utils-c377fce0995ac5d669f74e75fdac02b90d8792b2.tar.gz
Add checking for innetgr back to configure.in
-rw-r--r--ChangeLog3
-rwxr-xr-xconfigure3
-rw-r--r--configure.in2
-rw-r--r--support/include/config.h.in3
4 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 382eba3..42e7771 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-04-10 NeilBrown <neilb@suse.de>
+ Add checking for innetgr back to configure.in
+
2006-04-10 kwc@citi.umich.edu
Update calls to gss_export_lucid_sec_context()
diff --git a/configure b/configure
index 9a5bbc0..8436f7a 100755
--- a/configure
+++ b/configure
@@ -25763,9 +25763,10 @@ done
+
for ac_func in alarm atexit dup2 fdatasync ftruncate getcwd \
gethostbyaddr gethostbyname gethostname getmntent \
- gettimeofday hasmntopt inet_ntoa memset mkdir pathconf \
+ gettimeofday hasmntopt inet_ntoa innetgr memset mkdir pathconf \
realpath rmdir select socket strcasecmp strchr strdup \
strerror strrchr strtol strtoul
do
diff --git a/configure.in b/configure.in
index 8e57afb..4d4d2f4 100644
--- a/configure.in
+++ b/configure.in
@@ -227,7 +227,7 @@ AC_FUNC_STAT
AC_FUNC_VPRINTF
AC_CHECK_FUNCS([alarm atexit dup2 fdatasync ftruncate getcwd \
gethostbyaddr gethostbyname gethostname getmntent \
- gettimeofday hasmntopt inet_ntoa memset mkdir pathconf \
+ gettimeofday hasmntopt inet_ntoa innetgr memset mkdir pathconf \
realpath rmdir select socket strcasecmp strchr strdup \
strerror strrchr strtol strtoul])
diff --git a/support/include/config.h.in b/support/include/config.h.in
index 6aa74d9..fb2df25 100644
--- a/support/include/config.h.in
+++ b/support/include/config.h.in
@@ -108,6 +108,9 @@
/* Define to 1 if you have the `inet_ntoa' function. */
#undef HAVE_INET_NTOA
+/* Define to 1 if you have the `innetgr' function. */
+#undef HAVE_INNETGR
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H