Mercurial > libpst
diff configure.in @ 316:c4537664ff50
merge .msg generation code
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 24 Dec 2012 17:51:12 -0800 |
parents | 5338d93889aa 0f19cd173eab |
children | af6ae20be5ba |
line wrap: on
line diff
--- a/configure.in Mon Dec 24 16:26:39 2012 -0800 +++ b/configure.in Mon Dec 24 17:51:12 2012 -0800 @@ -355,6 +355,10 @@ AC_MSG_RESULT([$enable_profiling]) AM_CONDITIONAL(GPROF_PROFILING, [test "$enable_profiling" = "yes"]) +gsf_flags="`pkg-config libgsf-1 --cflags`" +gsf_libs="`pkg-config libgsf-1 --libs`" +AC_SUBST(GSF_FLAGS, [$gsf_flags]) +AC_SUBST(GSF_LIBS, [$gsf_libs]) AC_OUTPUT( \ Makefile \