summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3f60a5b5..450f06ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -919,7 +919,7 @@ AC_ARG_ENABLE(guardtime,
[enable_guardtime=no]
)
if test "x$enable_guardtime" = "xyes"; then
- PKG_CHECK_MODULES(GUARDTIME, gt >= 0.3.1)
+ PKG_CHECK_MODULES(GUARDTIME, libgt >= 0.3.1)
fi
AM_CONDITIONAL(ENABLE_GUARDTIME, test x$enable_guardtime = xyes)