diff options
| author | Michael Olson | 2008-01-23 03:50:45 +0000 |
|---|---|---|
| committer | Michael Olson | 2008-01-23 03:50:45 +0000 |
| commit | 1eee1145aaa05343f501a129be20f695f2f3a552 (patch) | |
| tree | 6a16da9bbc528b2526afe14a914b74e0d298c116 | |
| parent | 8b1de1b56a34249a9b948ee7f28d3a0aefbb38be (diff) | |
| download | emacs-1eee1145aaa05343f501a129be20f695f2f3a552.tar.gz emacs-1eee1145aaa05343f501a129be20f695f2f3a552.zip | |
configure.in: Remove initial whitespace in pkg-config-prog.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-01-23 Michael Olson <mwolson@gnu.org> | ||
| 2 | |||
| 3 | * configure.in (pkg-config-prog): Remove initial whitespace. | ||
| 4 | |||
| 1 | 2008-01-23 Tom Tromey <tromey@redhat.com> | 5 | 2008-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]) | |||
| 137 | OPTION_DEFAULT_ON([dbus],[use D-Bus]) | 137 | OPTION_DEFAULT_ON([dbus],[use D-Bus]) |
| 138 | 138 | ||
| 139 | AC_ARG_WITH([pkg-config-prog],dnl | 139 | AC_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])]) |
| 142 | if test "X${with_pkg_config_prog}" != X; then | 142 | if 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 |