libtasn1-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU libtasn1 branch, master, updated. libtasn1_4_8-6-g67197e2


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_4_8-6-g67197e2
Date: Fri, 29 Apr 2016 11:12:16 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=67197e259aa8be1ce2ae4b048e01a9521572fc48

The branch, master has been updated
       via  67197e259aa8be1ce2ae4b048e01a9521572fc48 (commit)
      from  a74525a5b5b028d71ed9d0a50af7fa1f6ed61645 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 67197e259aa8be1ce2ae4b048e01a9521572fc48
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Apr 29 13:12:03 2016 +0200

    configure: enable all gcc warnings by default

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index cb6cb6e..09658bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,14 +59,14 @@ gl_INIT
 lgl_INIT
 
 AC_ARG_ENABLE([gcc-warnings],
-  [AS_HELP_STRING([--enable-gcc-warnings],
-                 [turn on lots of GCC warnings (for developers)])],
+  [AS_HELP_STRING([--disable-gcc-warnings],
+                 [disable GCC warnings (for developers)])],
   [case $enableval in
      yes|no) ;;
      *)      AC_MSG_ERROR([bad value $enableval for gcc-warnings option]) ;;
    esac
    gl_gcc_warnings=$enableval],
-  [gl_gcc_warnings=no]
+  [gl_gcc_warnings=yes]
 )
 
 if test "$gl_gcc_warnings" = yes; then


hooks/post-receive
-- 
GNU libtasn1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]