From 45d9cf3c631bbbf212a529d968ed3d9cf730b7c7 Mon Sep 17 00:00:00 2001 From: Tomas Heinrich Date: Sun, 19 May 2013 11:26:48 +0200 Subject: Revert "bugfix: problem in build system (especially when cross-compiling)" This reverts commit 813c9c7f524976ef598864afbb729bca31557c32. Removing references to libee.h in the previous commit solves the build issue so the cflag shoudn't be needed after all. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 75e88d44..fd9cea83 100644 --- a/configure.ac +++ b/configure.ac @@ -822,8 +822,8 @@ if test "x$enable_rsyslogrt" = "xyes"; then RSRT_LIBS1="\$(top_builddir)/runtime/librsyslog.la" fi AM_CONDITIONAL(ENABLE_RSYSLOGRT, test x$enable_rsyslogrt = xyes) -RSRT_CFLAGS="\$(RSRT_CFLAGS1) \$(LIBEE_CFLAGS) \$(LIBESTR_CFLAGS) \$(JSON_C_FLAGS)" -RSRT_LIBS="\$(RSRT_LIBS1) \$(LIBEE_LIBS) \$(LIBESTR_LIBS) \$(JSON_C_LIBS)" +RSRT_CFLAGS="\$(RSRT_CFLAGS1) \$(LIBESTR_CFLAGS) \$(JSON_C_FLAGS)" +RSRT_LIBS="\$(RSRT_LIBS1) \$(LIBESTR_LIBS) \$(JSON_C_LIBS)" AC_SUBST(RSRT_CFLAGS1) AC_SUBST(RSRT_LIBS1) AC_SUBST(RSRT_CFLAGS) -- cgit v1.2.3