diff options
author | randy-waterhouse <kiwigb@yahoo.com> | 2015-01-21 12:10:35 +1300 |
---|---|---|
committer | randy-waterhouse <kiwigb@yahoo.com> | 2015-01-21 12:10:35 +1300 |
commit | e7cfcc8f7e7053391bf53b1e291246857aab87a5 (patch) | |
tree | 00b03ef86b0a774b28642baef15e7fe72e14a3b2 /configure.ac | |
parent | 66b473457bc94adcd3d277462f9d619f5a198d96 (diff) |
Remove custom pkg.m4 script.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 9ca2f19bf9..85e3d1d669 100644 --- a/configure.ac +++ b/configure.ac @@ -64,13 +64,6 @@ AC_PATH_PROG(CCACHE,ccache) AC_PATH_PROG(XGETTEXT,xgettext) AC_PATH_PROG(HEXDUMP,hexdump) -# This m4 will only be used if a system copy cannot be found. This is helpful -# on systems where autotools are installed but the pkg-config macros are not in -# a default location. It is currently used for building on OSX where autotools -# are preinstalled but pkg-config comes from macports or homebrew. It should -# probably be removed when building on <= 10.6 is no longer supported. -m4_include([pkg.m4]) - dnl pkg-config check. PKG_PROG_PKG_CONFIG |