summaryrefslogtreecommitdiff
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 db2f3b9..5ed139d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ XTRANS_CONNECTION_FLAGS
AC_ARG_WITH(libuuid, AC_HELP_STRING([--with-libuuid], [Build with libuuid support for client IDs]))
AM_CONDITIONAL(WITH_LIBUUID, test x"$with_libuuid" != xno)
-if test x"$with_uuid" != xno; then
+if test x"$with_libuuid" != xno; then
PKG_CHECK_MODULES(LIBUUID, uuid)
fi