Mercurial > emacs
changeset 87906:583255b1f809
configure.in: Remove initial whitespace in pkg-config-prog.
author | Michael Olson <mwolson@gnu.org> |
---|---|
date | Wed, 23 Jan 2008 03:50:45 +0000 |
parents | 038238619fec |
children | ce4c5e0799c9 |
files | ChangeLog configure.in |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Jan 23 03:43:32 2008 +0000 +++ b/ChangeLog Wed Jan 23 03:50:45 2008 +0000 @@ -1,3 +1,7 @@ +2008-01-23 Michael Olson <mwolson@gnu.org> + + * configure.in (pkg-config-prog): Remove initial whitespace. + 2008-01-23 Tom Tromey <tromey@redhat.com> * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New
--- a/configure.in Wed Jan 23 03:43:32 2008 +0000 +++ b/configure.in Wed Jan 23 03:50:45 2008 +0000 @@ -137,7 +137,7 @@ OPTION_DEFAULT_ON([dbus],[use D-Bus]) AC_ARG_WITH([pkg-config-prog],dnl - [AS_HELP_STRING([--with-pkg-config-prog=PATH], +[AS_HELP_STRING([--with-pkg-config-prog=PATH], [Path to pkg-config for finding GTK and librsvg])]) if test "X${with_pkg_config_prog}" != X; then if test "${with_pkg_config_prog}" != yes; then