summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-01-07 09:58:35 +0100
committerWerner Koch <wk@gnupg.org>2013-01-11 13:48:59 +0100
commit7a638c094fa1aa7ed1d9caf085af9980a2664d64 (patch)
tree7cdfca233746ff34eb70df760666d8783463eaaa /configure.ac
parentSCD: Hold lock for pinpad input. (diff)
downloadgnupg2-7a638c094fa1aa7ed1d9caf085af9980a2664d64.tar.xz
gnupg2-7a638c094fa1aa7ed1d9caf085af9980a2664d64.zip
Fix spurious cruft from configure summary output.
* configure.ac (build_scdaemon_extra): Remove $tmp cruft.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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})"