X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=924f7975d3bf7e94eb0380fe48299a27ee166854;hb=c0c0c8b462770508bc3446053e84365e808e6303;hp=c94b720e1e0197f7793e0dcc0acb3d181ca8e6c2;hpb=9ffc0257721b043158a502d3fcd7eb275630a95b;p=babeltrace.git diff --git a/configure.ac b/configure.ac index c94b720e..924f7975 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.