diff options
author | neilbrown <neilbrown> | 2006-04-10 04:00:31 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2006-04-10 04:00:31 +0000 |
commit | aa2d7a1e352a6c2190452ebc3c638b66a2cf6f9b (patch) | |
tree | b0257379420bfe483a5fea487cf610c6e52bc195 /support/include | |
parent | dad8bf9fdf53d1f954339567da2aa1d1bc202c73 (diff) | |
download | nfs-utils-aa2d7a1e352a6c2190452ebc3c638b66a2cf6f9b.tar.gz nfs-utils-aa2d7a1e352a6c2190452ebc3c638b66a2cf6f9b.tar.xz nfs-utils-aa2d7a1e352a6c2190452ebc3c638b66a2cf6f9b.zip |
2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>
Check for sufficient version of librpcsecgss and libgssapi
in configure.in
Diffstat (limited to 'support/include')
-rw-r--r-- | support/include/Makefile.in | 2 | ||||
-rw-r--r-- | support/include/nfs/Makefile.in | 2 | ||||
-rw-r--r-- | support/include/rpcsvc/Makefile.in | 2 | ||||
-rw-r--r-- | support/include/sys/Makefile.in | 2 | ||||
-rw-r--r-- | support/include/sys/fs/Makefile.in | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/support/include/Makefile.in b/support/include/Makefile.in index bfb94c1..d9350d5 100644 --- a/support/include/Makefile.in +++ b/support/include/Makefile.in @@ -106,6 +106,8 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ +GSSAPI_CFLAGS = @GSSAPI_CFLAGS@ +GSSAPI_LIBS = @GSSAPI_LIBS@ GSSD = @GSSD@ HAVE_LIBWRAP = @HAVE_LIBWRAP@ HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@ diff --git a/support/include/nfs/Makefile.in b/support/include/nfs/Makefile.in index 6790f1e..3bded4e 100644 --- a/support/include/nfs/Makefile.in +++ b/support/include/nfs/Makefile.in @@ -99,6 +99,8 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ +GSSAPI_CFLAGS = @GSSAPI_CFLAGS@ +GSSAPI_LIBS = @GSSAPI_LIBS@ GSSD = @GSSD@ HAVE_LIBWRAP = @HAVE_LIBWRAP@ HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@ diff --git a/support/include/rpcsvc/Makefile.in b/support/include/rpcsvc/Makefile.in index 79f4f1f..30103d9 100644 --- a/support/include/rpcsvc/Makefile.in +++ b/support/include/rpcsvc/Makefile.in @@ -99,6 +99,8 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ +GSSAPI_CFLAGS = @GSSAPI_CFLAGS@ +GSSAPI_LIBS = @GSSAPI_LIBS@ GSSD = @GSSD@ HAVE_LIBWRAP = @HAVE_LIBWRAP@ HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@ diff --git a/support/include/sys/Makefile.in b/support/include/sys/Makefile.in index fcfef2c..2964974 100644 --- a/support/include/sys/Makefile.in +++ b/support/include/sys/Makefile.in @@ -103,6 +103,8 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ +GSSAPI_CFLAGS = @GSSAPI_CFLAGS@ +GSSAPI_LIBS = @GSSAPI_LIBS@ GSSD = @GSSD@ HAVE_LIBWRAP = @HAVE_LIBWRAP@ HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@ diff --git a/support/include/sys/fs/Makefile.in b/support/include/sys/fs/Makefile.in index 48f5867..a1e7a19 100644 --- a/support/include/sys/fs/Makefile.in +++ b/support/include/sys/fs/Makefile.in @@ -99,6 +99,8 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ +GSSAPI_CFLAGS = @GSSAPI_CFLAGS@ +GSSAPI_LIBS = @GSSAPI_LIBS@ GSSD = @GSSD@ HAVE_LIBWRAP = @HAVE_LIBWRAP@ HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@ |