shendurelab / LACHESIS

The LACHESIS software, as described in Nature Biotechnology (http://dx.doi.org/10.1038/nbt.2727)
Other
76 stars 33 forks source link

LIBEVENT_CHECK_CONFIG #39

Open jayshankarcnair opened 7 years ago

jayshankarcnair commented 7 years ago

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

jayshankarcnair commented 7 years ago

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