From: Michael Jeanson Date: Tue, 18 Jul 2017 15:08:44 +0000 (-0400) Subject: Fix: append to LIBS, don't override it X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=582e61bbfac98f105483b24e4454e22f26700bed;p=deliverable%2Fbabeltrace.git Fix: append to LIBS, don't override it Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- diff --git a/configure.ac b/configure.ac index c94b720e1..924f7975d 100644 --- a/configure.ac +++ b/configure.ac @@ -604,7 +604,7 @@ AM_CPPFLAGS="-I\$(top_builddir)/include -I\$(top_srcdir)/include -include config AC_SUBST(AM_CPPFLAGS) # Add glib to global link libs -LIBS="$GLIB_LIBS" +LIBS="$LIBS $GLIB_LIBS" # Abuse autoconf's AC_ARG_PROGRAM output variable 'program_transform_name' # to rename babeltrace.bin to babeltrace at install time.