Просмотр исходного кода

Turned off the need_dh flag for testing and forgot to turn it back on

John C. Frickson 9 лет назад
Родитель
Сommit
2c095ab0c7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -307,7 +307,7 @@ AC_ARG_ENABLE([ssl],
 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=no
+	need_dh=yes
 	AC_NAGIOS_GET_SSL
 fi