[sword-svn] r3599 - trunk
scribe at crosswire.org
scribe at crosswire.org
Sun Nov 4 17:04:49 MST 2018
Author: scribe
Date: 2018-11-04 17:04:49 -0700 (Sun, 04 Nov 2018)
New Revision: 3599
Modified:
trunk/configure.ac
Log:
use the PKG_PROG_PKG_CONFIG macro from pkg.m4 to select the correct version to support cross-compilation. -Teus Benschop <teusjannette at gmail.com>
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2018-11-04 23:55:38 UTC (rev 3598)
+++ trunk/configure.ac 2018-11-05 00:04:49 UTC (rev 3599)
@@ -207,7 +207,7 @@
# Find pkg-config
# ---------------------------------------------------------------------
use_pkgconfig=yes
-AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+PKG_PROG_PKG_CONFIG(PKG_CONFIG, pkg-config, no)
if test x$PKG_CONFIG = xno ; then
AC_MSG_WARN([*** pkg-config not found. See http://www.freedesktop.org/software/pkgconfig/])
AC_MSG_WARN([not using pkg-config])
More information about the sword-cvs
mailing list