[Groonga-commit] groonga/groonga at fc3f7bd [master] httpd: show configuration about ssl

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Feb 22 23:57:00 JST 2016


HAYASHI Kentaro	2016-02-22 23:57:00 +0900 (Mon, 22 Feb 2016)

  New Revision: fc3f7bd9c1aecf77786ac0ff949cd5b303a3653a
  https://github.com/groonga/groonga/commit/fc3f7bd9c1aecf77786ac0ff949cd5b303a3653a

  Message:
    httpd: show configuration about ssl

  Modified files:
    configure.ac

  Modified: configure.ac (+5 -0)
===================================================================
--- configure.ac    2016-02-22 23:55:53 +0900 (51c8aac)
+++ configure.ac    2016-02-22 23:57:00 +0900 (06c3306)
@@ -1719,6 +1719,11 @@ if test "$enable_groonga_httpd" = "yes"; then
     echo "    CFLAGS:              $PCRE_CFLAGS"
     echo "    LIBS only -L:        $PCRE_LIBS_ONLY_L"
   fi
+  echo "   SSL:                  $GRN_WITH_SSL"
+  if test "$GRN_WITH_SSL" = "yes"; then
+    echo "    CFLAGS:              $SSL_CFLAGS"
+    echo "    LIBS only -L:        $SSL_LIBS_ONLY_L"
+  fi
 fi
 echo
 
-------------- next part --------------
HTML����������������������������...
Download 



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