summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2022-12-25 17:22:53 -0800
committerLouie Shprung <lshprung@scu.edu>2022-12-25 17:22:53 -0800
commit6bf735205ff04d395d89170b6401d5e3d508453b (patch)
tree39c9936e4c8519234980df761f578522d69872cf /configure
parent2a11c862ddce9fb0b44ae74e84befb372b502935 (diff)
Set configure to error out if ncurses.h is missing
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 5dc3efa..2d286d7 100755
--- a/configure
+++ b/configure
@@ -4081,6 +4081,8 @@ if test "x$ac_cv_header_ncurses_h" = xyes; then :
#define HAVE_NCURSES_H 1
_ACEOF
+else
+ as_fn_error $? "missing ncurses.h" "$LINENO" 5
fi
done