On Fri, Aug 22, 2008 at 8:15 AM, atul raut <[EMAIL PROTECTED]> wrote: > Hi all, > > I am using below things in my config.ac on maemo platform > base code. > > if test x$ac_cv_header_apt_pkg_configuration_h != xyes; then > AC_ERROR([libapt-pkg not found.]) > > while doing ./configure form console it gives me > below error messages ? How to resolve ? > > checking apt-pkg/configuration.h usability... no > checking apt-pkg/configuration.h presence... no > checking for apt-pkg/configuration.h... no > configure: error: libapt-pkg not found.
Have you tried fakeroot apt-get install libapt-pkg-dev ? _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
