[poppler] Branch 'poppler-0.10' - configure.ac
Albert Astals Cid
aacid at kde.org
Mon Mar 9 15:14:27 PDT 2009
A Dilluns, 9 de març de 2009, Vincent Torri va escriure:
> > Check for pkgconfig before using it
> >
> > At the moment if pkgconfig is not installed, an unhelpful syntax
> > error appears when testing for freetype. Identify the problem
> > earlier on
> >
> > +dnl ##### Check for pkgconfig
> > +AC_CHECK_PROG(HAVE_PKGCONFIG, pkg-config, yes, no)
> > +if test "x$HAVE_PKGCONFIG" = "xno"; then
> > + AC_MSG_ERROR("*** pkg-config not found ***")
> > +fi
> > +
>
> you should use PKG_PROG_PKG_CONFIG instead (macro that is in pkg.m4)
Can you attach a patch please?
Albert
>
> Vincent Torri
> _______________________________________________
> poppler mailing list
> poppler at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/poppler
More information about the poppler
mailing list