Mercurial > libpst
comparison 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 |
comparison
equal
deleted
inserted
replaced
307:db6db9a26a19 | 316:c4537664ff50 |
---|---|
353 enable_profiling=no | 353 enable_profiling=no |
354 ]) | 354 ]) |
355 AC_MSG_RESULT([$enable_profiling]) | 355 AC_MSG_RESULT([$enable_profiling]) |
356 AM_CONDITIONAL(GPROF_PROFILING, [test "$enable_profiling" = "yes"]) | 356 AM_CONDITIONAL(GPROF_PROFILING, [test "$enable_profiling" = "yes"]) |
357 | 357 |
358 gsf_flags="`pkg-config libgsf-1 --cflags`" | |
359 gsf_libs="`pkg-config libgsf-1 --libs`" | |
360 AC_SUBST(GSF_FLAGS, [$gsf_flags]) | |
361 AC_SUBST(GSF_LIBS, [$gsf_libs]) | |
358 | 362 |
359 AC_OUTPUT( \ | 363 AC_OUTPUT( \ |
360 Makefile \ | 364 Makefile \ |
361 debian/Makefile \ | 365 debian/Makefile \ |
362 html/Makefile \ | 366 html/Makefile \ |