Loading configure.in +2 −1 Original line number Diff line number Diff line Loading @@ -100,9 +100,10 @@ AS_IF([test "x$with_ew" != xno], [ AS_IF([test "x$EW_HOME" != x], [ CFLAGS="$CFLAGS $GLOBALFLAGS" AC_CHECK_HEADERS([earthworm.h kom.h transport.h trace_buf.h], [AC_DEFINE([HAVE_EARTHWORMFILES_H], [1], [Define if you have earthworm header file])], AC_MSG_WARN([Earthworm header files not found!]) AC_MSG_ERROR([Earthworm header files not found!]) ) EWLIB=$EW_HOME/$EW_VERSION/lib EWOBJS="$EWLIB/kom.o $EWLIB/getutil.o $EWLIB/logit_mt.o $EWLIB/socket_ew_common.o $EWLIB/transport.o $EWLIB/sleep_ew.o $EWLIB/socket_ew.o $EWLIB/time_ew.o $EWLIB/threads_ew.o $EWLIB/sema_ew.o $EWLIB/swap.o $EWLIB/mem_circ_queue.o" Loading Loading
configure.in +2 −1 Original line number Diff line number Diff line Loading @@ -100,9 +100,10 @@ AS_IF([test "x$with_ew" != xno], [ AS_IF([test "x$EW_HOME" != x], [ CFLAGS="$CFLAGS $GLOBALFLAGS" AC_CHECK_HEADERS([earthworm.h kom.h transport.h trace_buf.h], [AC_DEFINE([HAVE_EARTHWORMFILES_H], [1], [Define if you have earthworm header file])], AC_MSG_WARN([Earthworm header files not found!]) AC_MSG_ERROR([Earthworm header files not found!]) ) EWLIB=$EW_HOME/$EW_VERSION/lib EWOBJS="$EWLIB/kom.o $EWLIB/getutil.o $EWLIB/logit_mt.o $EWLIB/socket_ew_common.o $EWLIB/transport.o $EWLIB/sleep_ew.o $EWLIB/socket_ew.o $EWLIB/time_ew.o $EWLIB/threads_ew.o $EWLIB/sema_ew.o $EWLIB/swap.o $EWLIB/mem_circ_queue.o" Loading