소스 검색

Remove some debugging code from configure.ac

John C. Frickson 9 년 전
부모
커밋
b17d079c13
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      configure.ac

+ 0 - 2
configure.ac

@@ -314,8 +314,6 @@ 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
-echo "need_dh = |$need_dh|"
-sleep 10;
 	AC_NAGIOS_GET_SSL
 fi