Procházet zdrojové kódy

fix configure once again

Bryan Heden před 9 roky
rodič
revize
c339ba2605
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -313,7 +313,7 @@ AC_ARG_WITH([need_dh],
 dnl Optional SSL library and include paths
 if test x$check_for_ssl = xyes; then
 	# need_dh should only be set for NRPE
-	need_dh=yes
+	#need_dh=yes
 	AC_NAGIOS_GET_SSL
 fi