From 7a638c094fa1aa7ed1d9caf085af9980a2664d64 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 7 Jan 2013 09:58:35 +0100 Subject: [PATCH] Fix spurious cruft from configure summary output. * configure.ac (build_scdaemon_extra): Remove $tmp cruft. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index db5112101..5881df1a1 100644 --- a/configure.ac +++ b/configure.ac @@ -1519,7 +1519,7 @@ fi build_scdaemon_extra="" if test "$build_scdaemon" = "yes"; then if test $have_libusb = no; then - build_scdaemon_extra="${tmp}without internal CCID driver" + build_scdaemon_extra="without internal CCID driver" fi if test -n "$build_scdaemon_extra"; then build_scdaemon_extra="(${build_scdaemon_extra})"