aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2019-03-28 20:13:01 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2019-03-28 20:13:01 +0100
commit1101d2fa0eb14baab50cc5c6cf63078930c06290 (patch)
treee1469273c2f14b99e1cb20fe8f369b52260a9d26 /configure.ac
parent42b215a865c2645dcbffc641e9cac1505a1b4cee (diff)
downloadblogc-1101d2fa0eb14baab50cc5c6cf63078930c06290.tar.gz
blogc-1101d2fa0eb14baab50cc5c6cf63078930c06290.tar.bz2
blogc-1101d2fa0eb14baab50cc5c6cf63078930c06290.zip
blogc: -p should return special code when variable not found
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ff89236..880acf4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -219,7 +219,7 @@ AM_CONDITIONAL([USE_BGR_DEPS], [test "x$have_bgr_deps" = "xyes"])
BASH="$ac_cv_path_bash"
AC_SUBST(BASH)
-AC_CHECK_HEADERS([sys/resource.h sys/stat.h sys/time.h sys/wait.h time.h unistd.h])
+AC_CHECK_HEADERS([sys/resource.h sys/stat.h sys/time.h sys/wait.h time.h unistd.h sysexits.h])
AC_CHECK_FUNCS([gethostname])
AM_CONDITIONAL([HAVE_TIME_H], [test "x$ac_cv_header_time_h" = "xyes"])