diff options
author | Simo Sorce <simo@redhat.com> | 2012-01-18 14:31:20 -0500 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2012-01-19 15:18:39 -0500 |
commit | 2b749a11a64c628abb187e17187ee036ccc45e3b (patch) | |
tree | d151f6694bbb44404f18b1780e28fea98835d3cc /proxy/configure.ac | |
parent | d5651d2e98cd80e450b88693b08591567b74f0c1 (diff) | |
download | gss-proxy-2b749a11a64c628abb187e17187ee036ccc45e3b.tar.gz gss-proxy-2b749a11a64c628abb187e17187ee036ccc45e3b.tar.xz gss-proxy-2b749a11a64c628abb187e17187ee036ccc45e3b.zip |
Add generated files for rpc handling code
Diffstat (limited to 'proxy/configure.ac')
-rw-r--r-- | proxy/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/configure.ac b/proxy/configure.ac index 009a5ea..6c13df2 100644 --- a/proxy/configure.ac +++ b/proxy/configure.ac @@ -95,6 +95,8 @@ LIBS="$PTHREAD_LIBS $LIBS" LIBS="$PTHREAD_CFLAGS $CFLAGS" CC="$PTHREAD_CC" +AC_CHECK_HEADERS([rpc/rpc.h],,[AC_MSG_ERROR([Could not find rpc headers])]) + WITH_INITSCRIPT if test x$initscript = xsystemd; then WITH_SYSTEMD_UNIT_DIR |