Remove useless PACKAGE_LIBS substitution
[babeltrace.git] / configure.ac
index 2f5e3f8944453ececcaeaf0401cfaa24c3a3b680..e600e252d9ce632f5628a1a06f12471af75f8e94 100644 (file)
@@ -187,7 +187,7 @@ AC_CHECK_FUNCS([uuid_generate],
         link_with_libc_uuid=yes
       ],
       [
-        # for MinGW32 we have our own internal implemenation of uuid using Windows functions.
+        # for MinGW32 we have our own internal implementation of uuid using Windows functions.
         if test "x$MINGW32" = xno; then
           AC_MSG_ERROR([Cannot find libuuid uuid_generate nor libc uuid_create. Use [LDFLAGS]=-Ldir to specify their location.])
         fi
@@ -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.023361 seconds and 4 git commands to generate.