comparison configure.in @ 87906:583255b1f809

configure.in: Remove initial whitespace in pkg-config-prog.
author Michael Olson <mwolson@gnu.org>
date Wed, 23 Jan 2008 03:50:45 +0000
parents 038238619fec
children 8542b2b74fab
comparison
equal deleted inserted replaced
87905:038238619fec 87906:583255b1f809
135 OPTION_DEFAULT_ON([xim],[don't use X11 XIM]) 135 OPTION_DEFAULT_ON([xim],[don't use X11 XIM])
136 OPTION_DEFAULT_ON([carbon],[don't use Carbon GUI on Mac OS X]) 136 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
144 PKG_CONFIG="${with_pkg_config_prog}" 144 PKG_CONFIG="${with_pkg_config_prog}"
145 fi 145 fi