aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olson2008-01-23 03:50:45 +0000
committerMichael Olson2008-01-23 03:50:45 +0000
commit1eee1145aaa05343f501a129be20f695f2f3a552 (patch)
tree6a16da9bbc528b2526afe14a914b74e0d298c116
parent8b1de1b56a34249a9b948ee7f28d3a0aefbb38be (diff)
downloademacs-1eee1145aaa05343f501a129be20f695f2f3a552.tar.gz
emacs-1eee1145aaa05343f501a129be20f695f2f3a552.zip
configure.in: Remove initial whitespace in pkg-config-prog.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e324c06b45b..48ab267907b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12008-01-23 Michael Olson <mwolson@gnu.org>
2
3 * configure.in (pkg-config-prog): Remove initial whitespace.
4
12008-01-23 Tom Tromey <tromey@redhat.com> 52008-01-23 Tom Tromey <tromey@redhat.com>
2 6
3 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New 7 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New
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])
137OPTION_DEFAULT_ON([dbus],[use D-Bus]) 137OPTION_DEFAULT_ON([dbus],[use D-Bus])
138 138
139AC_ARG_WITH([pkg-config-prog],dnl 139AC_ARG_WITH([pkg-config-prog],dnl
140 [AS_HELP_STRING([--with-pkg-config-prog=PATH], 140[AS_HELP_STRING([--with-pkg-config-prog=PATH],
141 [Path to pkg-config for finding GTK and librsvg])]) 141 [Path to pkg-config for finding GTK and librsvg])])
142if test "X${with_pkg_config_prog}" != X; then 142if test "X${with_pkg_config_prog}" != X; then
143 if test "${with_pkg_config_prog}" != yes; then 143 if test "${with_pkg_config_prog}" != yes; then