Fix: append to LIBS, don't override it
[babeltrace.git] / configure.ac
index c94b720e1e0197f7793e0dcc0acb3d181ca8e6c2..924f7975d3bf7e94eb0380fe48299a27ee166854 100644 (file)
@@ -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.
This page took 0.023715 seconds and 4 git commands to generate.