Skip to content

Commit

Permalink
Support sigsegv again.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Nov 17, 2024
1 parent 69ee151 commit a1c5eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ fi

# --------------- sigsegv ------------------------------

if test "x$with_vcpkg" = "no"; then # I couldn't find sigsegv on vcpkg, so this is only enabled if
if test "x$with_vcpkg" = "xno"; then
AC_ARG_ENABLE(sigsegv,
[AS_HELP_STRING(--enable-sigsegv[[[=yes]]],enable GNU Stack Overflow Handler)])

Expand All @@ -437,7 +437,7 @@ fi

# ----------------- lsp -------------------------------

# LSP is needed regardless of
# LSP is needed regardless

FETCH_FROM_GITHUB($LSP_GITHUB_REPO,$LSP_REF,LSP_ROOT)
INCL=$INCL"-I$LSP_ROOT/include "
Expand Down

0 comments on commit a1c5eaa

Please sign in to comment.