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:
parent
8b1de1b56a
commit
1eee1145aa
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user