1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

configure.in: Remove initial whitespace in pkg-config-prog.

This commit is contained in:
Michael Olson 2008-01-23 03:50:45 +00:00
parent 8b1de1b56a
commit 1eee1145aa
2 changed files with 5 additions and 1 deletions

View File

@ -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> 2008-01-23 Tom Tromey <tromey@redhat.com>
* configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New

View 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]) OPTION_DEFAULT_ON([dbus],[use D-Bus])
AC_ARG_WITH([pkg-config-prog],dnl 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])]) [Path to pkg-config for finding GTK and librsvg])])
if test "X${with_pkg_config_prog}" != X; then if test "X${with_pkg_config_prog}" != X; then
if test "${with_pkg_config_prog}" != yes; then if test "${with_pkg_config_prog}" != yes; then