Skip to content
New issue

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

LIBEVENT_CHECK_CONFIG #39

Open
jayshankarcnair opened this issue Oct 1, 2017 · 1 comment
Open

LIBEVENT_CHECK_CONFIG #39

jayshankarcnair opened this issue Oct 1, 2017 · 1 comment

Comments

@jayshankarcnair
Copy link

make fails with error
./configure: line 10288: syntax error near unexpected token no' ./configure: line 10288: LIBEVENT_CHECK_CONFIG(no)'

@jayshankarcnair
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant