소스 검색

config.m4 default bundled md5

viest 2 년 전
부모
커밋
cd7e3846fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config.m4

+ 1 - 1
config.m4

@@ -11,7 +11,7 @@ PHP_ARG_WITH(openssl_md5, openssl MD5,
 [  --with-openssl-md5=DIR   Use openssl MD5], no, no)
 
 PHP_ARG_WITH(bundled_md5, bundled MD5,
-[  --with-bundled-md5       Use bundled MD5], no, no)
+[  --with-bundled-md5       Use bundled MD5], yes, yes)
 
 PHP_ARG_ENABLE(reader, enable xlsx reader support,
 [  --enable-reader          Enable xlsx reader?], yes, yes)