Remove useless PACKAGE_LIBS substitution
authorNathan Lynch <nathan_lynch@mentor.com>
Fri, 5 Aug 2016 20:06:43 +0000 (15:06 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 19 Aug 2016 16:28:34 +0000 (12:28 -0400)
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@mentor.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac

index 39973296ba1da18d5cc605a8c792dfe8b5562a27..e600e252d9ce632f5628a1a06f12471af75f8e94 100644 (file)
@@ -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"
This page took 0.02526 seconds and 4 git commands to generate.