summaryrefslogtreecommitdiffstats
path: root/proxy/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/configure.ac')
-rw-r--r--proxy/configure.ac2
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