We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make fails with error ./configure: line 10288: syntax error near unexpected token no' ./configure: line 10288: LIBEVENT_CHECK_CONFIG(no)'
no' ./configure: line 10288:
The text was updated successfully, but these errors were encountered:
if test "x$have_ipcservice" = "xyes"; then
$as_echo "#define HAVE_IPCSERVICE 1" >>confdefs.h
LIBEVENT_CHECK_CONFIG(no) if test "x$found_libevent" != "xyes"; then as_fn_error $? "Unable to use libevent (libevent check failed)" "$LINENO" 5 fi
LIBPCRE_CHECK_CONFIG(no) if test "x$found_libpcre" != "xyes"; then as_fn_error $? "Unable to use libpcre (libpcre check failed)" "$LINENO" 5 fi
Sorry, something went wrong.
No branches or pull requests
make fails with error
./configure: line 10288: syntax error near unexpected token
no' ./configure: line 10288:
LIBEVENT_CHECK_CONFIG(no)'The text was updated successfully, but these errors were encountered: