From: Nikos Mavrogiannopoulos Date: Mon, 11 Apr 2011 06:58:47 +0000 (+0200) Subject: removed duplicate test X-Git-Tag: gnutls_2_99_1~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8326537a849fb3ab12f5e30a6ddb9255995255a2;p=thirdparty%2Fgnutls.git removed duplicate test --- diff --git a/configure.ac b/configure.ac index 6e327ff6f2..fcbf548500 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,6 @@ fi AC_C_INLINE # For the C++ code -AC_PROG_CXX AC_ARG_ENABLE(cxx, AS_HELP_STRING([--disable-cxx], [unconditionally disable the C++ library]), use_cxx=$enableval, use_cxx=yes)