Fix: append to LIBS, don't override it
[babeltrace.git] / configure.ac
index 713903cb493ec461f6d9ad2e8a040e337528321f..e816a0ac7469be258fcf97ee93d80f1783831d87 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.023326 seconds and 4 git commands to generate.