61
AC_ARG_ENABLE([system-config-printer],
62
AS_HELP_STRING([--enable-system-config-printer], [enable on-demand launching of system-config-printer]),
63
[], [enable_debug=no])
64
if test "x$enable_system_config_printer" = "xyes"; then
65
AC_DEFINE(ENABLE_SCP, [1], [On-demand launching of system-config-printer.])