diff options
author | Michael Olson <mwolson@gnu.org> | 2008-01-23 03:50:45 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2008-01-23 03:50:45 +0000 |
commit | 1eee1145aaa05343f501a129be20f695f2f3a552 (patch) | |
tree | 6a16da9bbc528b2526afe14a914b74e0d298c116 /configure.in | |
parent | 8b1de1b56a34249a9b948ee7f28d3a0aefbb38be (diff) | |
download | emacs-1eee1145aaa05343f501a129be20f695f2f3a552.tar.gz |
configure.in: Remove initial whitespace in pkg-config-prog.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index be7f5d0fed1..91a23e74f74 100644 --- a/configure.in +++ b/configure.in @@ -137,7 +137,7 @@ OPTION_DEFAULT_ON([carbon],[don't use Carbon GUI on Mac OS X]) 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 |