diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-01-21 18:28:31 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-01-21 19:01:21 +0100 |
commit | 944c256741b260bd8b758be4a0543af1cb080943 (patch) | |
tree | 00b03ef86b0a774b28642baef15e7fe72e14a3b2 /configure.ac | |
parent | 66b473457bc94adcd3d277462f9d619f5a198d96 (diff) | |
parent | e7cfcc8f7e7053391bf53b1e291246857aab87a5 (diff) |
Merge pull request #5688
e7cfcc8 Remove custom pkg.m4 script. (randy-waterhouse)
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 |