summaryrefslogtreecommitdiff
blob: 0af3fbcbb2c63e460a33d51b395df2981138526d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- configure.ac
+++ configure.ac
@@ -245,7 +245,7 @@
 		fi
 	])
 	have_libgnutls=false
-	AM_PATH_LIBGNUTLS(1.2.8, [ have_libgnutls=true ],
+	PKG_CHECK_MODULES(LIBGNUTLS, gnutls >= 1.2.8, [ have_libgnutls=true ],
 	[
 		if test "$enable_crypto" = "yes"; then
 			AC_MSG_ERROR([Linux-NTFS crypto code requires the gnutls library.])