[lttng-dev] [PATCH] babeltrace: remove useless PACKAGE_LIBS substitution
Nathan Lynch
nathan_lynch at mentor.com
Fri Aug 5 20:06:43 UTC 2016
PACKAGE_LIBS isn't referred to anywhere in the project so remove this
dead code from configure.ac.
Signed-off-by: Nathan Lynch <nathan_lynch at mentor.com>
---
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
More information about the lttng-dev
mailing list