aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Olson <[email protected]>2008-01-23 03:50:45 +0000
committerMichael Olson <[email protected]>2008-01-23 03:50:45 +0000
commit1eee1145aaa05343f501a129be20f695f2f3a552 (patch)
tree6a16da9bbc528b2526afe14a914b74e0d298c116 /configure.in
parent8b1de1b56a34249a9b948ee7f28d3a0aefbb38be (diff)
configure.in: Remove initial whitespace in pkg-config-prog.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index be7f5d0fed..91a23e74f7 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