aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e324c06b45..48ab267907 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-23 Michael Olson <[email protected]>
+
+ * configure.in (pkg-config-prog): Remove initial whitespace.
+
2008-01-23 Tom Tromey <[email protected]>
* configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New
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