marcus905 / libnfc

Automatically exported from code.google.com/p/libnfc
GNU Lesser General Public License v3.0
0 stars 0 forks source link

use correct macro for pkg-config lookup #249

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the configure.ac code currently does:
AC_PATH_PROG(PKG_CONFIG, pkg-config)
if test x"$PKG_CONFIG" = x""; then
    AC_MSG_ERROR([pkg-config not found.])
fi

it should instead delete that and call the standard macro:
PKG_PROG_PKG_CONFIG

Original issue reported on code.google.com by vapier@gmail.com on 24 May 2013 at 5:07

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 16a5fc419c11.

Original comment by ludovic....@gmail.com on 24 May 2013 at 6:32