aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 09da0ad4..356f7fef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1514,8 +1514,6 @@ AC_ARG_WITH([[gnutls]],
1514 have_gnutls=yes 1514 have_gnutls=yes
1515 ])], [], [AC_INCLUDES_DEFAULT]) 1515 ])], [], [AC_INCLUDES_DEFAULT])
1516 AS_IF([test "x$have_gnutls" != "xyes"], [AC_MSG_ERROR([can't find usable libgnutls at specified prefix $with_gnutls])]) 1516 AS_IF([test "x$have_gnutls" != "xyes"], [AC_MSG_ERROR([can't find usable libgnutls at specified prefix $with_gnutls])])
1517 LDFLAGS="$SAVE_LDFLAGS"
1518 CPPFLAGS="$SAVE_CPPFLAGS"
1519 ;; 1517 ;;
1520 esac 1518 esac
1521 ], 1519 ],