]> git.eshelyaron.com Git - emacs.git/commitdiff
configure.in: Remove initial whitespace in pkg-config-prog.
authorMichael Olson <mwolson@gnu.org>
Wed, 23 Jan 2008 03:50:45 +0000 (03:50 +0000)
committerMichael Olson <mwolson@gnu.org>
Wed, 23 Jan 2008 03:50:45 +0000 (03:50 +0000)
ChangeLog
configure.in

index e324c06b45bf75ad9751e61f104ef133b3cf617d..48ab267907b8c3cda25e0d0d01bd8a784afc5945 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index be7f5d0fed1f1472939772fa44961ecabd2a0d62..91a23e74f74a361749ecba143b5dd1246f0b2639 100644 (file)
@@ -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