summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2010-01-25 21:05:20 +0000
committerGary E. Miller <gem@rellim.com>2010-01-25 21:05:20 +0000
commitf6c3992a25ddc441e3cc946dbc5471270157c0ae (patch)
treec2c0617d3d644d47cf2d15e403645632219c478d /configure.ac
parent64b5cbde0b267c29147fc5558bbc3ced6921d8b9 (diff)
downloadgpsd-f6c3992a25ddc441e3cc946dbc5471270157c0ae.tar.gz
Tweak the Gentoo/PYTHONPATH warning.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8209c01a..93ad214a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -976,7 +976,8 @@ AC_SUBST(MANFLAGS)
dnl Gentoo systems can have a problem with the Python path
if test -e /etc/gentoo-release; then
- AC_MSG_WARN([This is a Gentoo system. You may need to adjust your $PYTHONPATH to see library directories under /usr/local])
+ AC_MSG_WARN([This is a Gentoo system.])
+ AC_MSG_WARN([Adjust your PYTHONPATH to see library directories under /usr/local/lib])
fi
dnl Output the configuration summary