diff options
author | Martin Lucina <martin@lucina.net> | 2012-01-23 08:54:31 +0100 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-01-23 08:54:31 +0100 |
commit | 978e33ba253a997b41b331b449b474a5cee7bccc (patch) | |
tree | 68b0709e1ebb04bf7fd102a7783e3f93dd52cc8c /aclocal.m4 | |
parent | 75af6aed482ab16997c1388fe801f74d11ec12a4 (diff) |
Imported Upstream version 2.1.10upstream/2.1.10
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -156,7 +156,7 @@ $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. -_PKG_TEXT])[]dnl +_PKG_TEXT])dnl ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) @@ -167,7 +167,7 @@ path to pkg-config. _PKG_TEXT -To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl +To get pkg-config, see <http://pkg-config.freedesktop.org/>.])dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS |