diff options
author | Justin Mitchell <jumitche@redhat.com> | 2017-11-02 10:50:14 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2017-11-02 10:50:14 -0400 |
commit | f9a939b036881eb6ecddab42dbca436240d5c6ea (patch) | |
tree | a4271e31e78a60611dc4ffd8247c550e2a0cbe94 | |
parent | a867b45e2cd82c672c878bb6cc2cfd655aa7c6b4 (diff) | |
download | nfs-utils-f9a939b036881eb6ecddab42dbca436240d5c6ea.tar.gz nfs-utils-f9a939b036881eb6ecddab42dbca436240d5c6ea.tar.xz nfs-utils-f9a939b036881eb6ecddab42dbca436240d5c6ea.zip |
nfs-utils: Remove dependency on libnfsidmap-devel package
With commit a867b45 (Release: 2.2.1) the libnfsidmap-devel
package is now build from with the nfs-utils source tree.
So the programs dependent on libnfsidmap-devel need to
look inward verses outward for the nfsidmap.h header file.
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9b2a502..c7651f2 100644 --- a/configure.ac +++ b/configure.ac @@ -441,6 +441,8 @@ if test -n "$path_plugins" ; then fi AM_CONDITIONAL(PATH_PLUGINS, test -n "$path_plugins") +AC_SUBST(AM_CPPFLAGS, "$AM_CPPFLAGS -I../../support/nfsidmap") + dnl Check for IPv6 support AC_IPV6 |