mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Fix spurious cruft from configure summary output.
* configure.ac (build_scdaemon_extra): Remove $tmp cruft.
This commit is contained in:
parent
4dddf32c83
commit
7a638c094f
@ -1519,7 +1519,7 @@ fi
|
|||||||
build_scdaemon_extra=""
|
build_scdaemon_extra=""
|
||||||
if test "$build_scdaemon" = "yes"; then
|
if test "$build_scdaemon" = "yes"; then
|
||||||
if test $have_libusb = no; then
|
if test $have_libusb = no; then
|
||||||
build_scdaemon_extra="${tmp}without internal CCID driver"
|
build_scdaemon_extra="without internal CCID driver"
|
||||||
fi
|
fi
|
||||||
if test -n "$build_scdaemon_extra"; then
|
if test -n "$build_scdaemon_extra"; then
|
||||||
build_scdaemon_extra="(${build_scdaemon_extra})"
|
build_scdaemon_extra="(${build_scdaemon_extra})"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user