diff options
author | Tomas Heinrich <theinric@redhat.com> | 2013-05-19 11:26:48 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-05-20 21:32:50 +0200 |
commit | 45d9cf3c631bbbf212a529d968ed3d9cf730b7c7 (patch) | |
tree | 21bf0d715a2df203a45ea8974ec261553314514b | |
parent | b424b8c249891e977d4bc26ac97b5aea36e91f77 (diff) | |
download | rsyslog-45d9cf3c631bbbf212a529d968ed3d9cf730b7c7.tar.gz rsyslog-45d9cf3c631bbbf212a529d968ed3d9cf730b7c7.tar.bz2 rsyslog-45d9cf3c631bbbf212a529d968ed3d9cf730b7c7.zip |
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.
-rw-r--r-- | configure.ac | 4 |
1 files 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) |