* [lttng-dev] [PATCH] babeltrace: remove useless PACKAGE_LIBS substitution
@ 2016-08-05 20:06 Nathan Lynch
0 siblings, 0 replies; only message in thread
From: Nathan Lynch @ 2016-08-05 20:06 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-08-05 20:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-05 20:06 [lttng-dev] [PATCH] babeltrace: remove useless PACKAGE_LIBS substitution Nathan Lynch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox