[Groonga-commit] groonga/groonga at 046347c [master] Remove needless configure args

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Feb 23 23:09:48 JST 2016


HAYASHI Kentaro	2016-02-23 23:09:48 +0900 (Tue, 23 Feb 2016)

  New Revision: 046347cde6c6d014e1852002fc9fdcdc58e3e0dc
  https://github.com/groonga/groonga/commit/046347cde6c6d014e1852002fc9fdcdc58e3e0dc

  Message:
    Remove needless configure args
    
    It fixes build error without libssl-dev.

  Modified files:
    src/httpd/configure

  Modified: src/httpd/configure (+0 -2)
===================================================================
--- src/httpd/configure    2016-02-23 19:41:38 +0900 (477a0eb)
+++ src/httpd/configure    2016-02-23 23:09:48 +0900 (87c28d5)
@@ -84,8 +84,6 @@ if [ "${GROONGA_HTTPD_WITH_SSL}" = "yes" ]; then
   cc_opt="${cc_opt} ${GROONGA_HTTPD_SSL_CFLAGS}"
   ld_opt="${ld_opt} ${GROONGA_HTTPD_SSL_LIBS_ONLY_L}"
   configure_args="${configure_args} --with-http_ssl_module"
-else
-  configure_args="${configure_args} --without-http_ssl_module"
 fi
 
 
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index