From mboxrd@z Thu Jan 1 00:00:00 1970 From: nathan_lynch@mentor.com (Nathan Lynch) Date: Fri, 5 Aug 2016 15:06:43 -0500 Subject: [lttng-dev] [PATCH] babeltrace: remove useless PACKAGE_LIBS substitution Message-ID: <1470427603-22003-1-git-send-email-nathan_lynch@mentor.com> PACKAGE_LIBS isn't referred to anywhere in the project so remove this dead code from configure.ac. Signed-off-by: Nathan Lynch --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 39973296ba1d..e600e252d9ce 100644 --- a/configure.ac +++ b/configure.ac @@ -312,7 +312,6 @@ AS_IF([test "x$_enable_debug_info" = xyes], [ ], []) PKG_CHECK_MODULES(GMODULE, [gmodule-2.0 >= 2.0.0]) -AC_SUBST(PACKAGE_LIBS) LIBS="$LIBS $GMODULE_LIBS" PACKAGE_CFLAGS="$GMODULE_CFLAGS -Wall -Wformat" -- 2.5.5