diff options
| author | NIIBE Yutaka <[email protected]> | 2025-09-25 06:25:49 +0000 |
|---|---|---|
| committer | NIIBE Yutaka <[email protected]> | 2025-09-25 06:25:49 +0000 |
| commit | 7846a8f29ce2d48a571591dc178a8aa4107cb122 (patch) | |
| tree | b371daff218f6ba987d3bfe1c36c9b1e853ec3d9 | |
| parent | Fixes for -a and -o for test(1). (diff) | |
| download | gnupg-7846a8f29ce2d48a571591dc178a8aa4107cb122.tar.gz gnupg-7846a8f29ce2d48a571591dc178a8aa4107cb122.zip | |
Fix the previous commit.
* configure.ac: Fix quotation error.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 23ce6caff..407f31bd4 100644 --- a/configure.ac +++ b/configure.ac @@ -1612,7 +1612,7 @@ AC_SUBST(LIBTSS_LIBS) AC_SUBST(LIBTSS_CFLAGS) AM_CONDITIONAL(HAVE_LIBTSS, test "$have_libtss" != no) AM_CONDITIONAL(TEST_LIBTSS, [test -n "$SWTPM" \ - || { test -n "$TPMSERVER" && test -n "$TSSSTARTUP; }"]) + || { test -n "$TPMSERVER" && test -n "$TSSSTARTUP"; }]) AC_SUBST(HAVE_LIBTSS) # |
