[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
Ken Hornstein |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 062356283e3de7e2da9b488853e1f4381a3e5267 |
Date: |
Fri, 10 Feb 2012 04:43:49 +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 "The nmh Mail Handling System".
The branch, master has been updated
via 062356283e3de7e2da9b488853e1f4381a3e5267 (commit)
from 14e2dd6c1ded9759c365ea3d29da180bb69920a4 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=062356283e3de7e2da9b488853e1f4381a3e5267
commit 062356283e3de7e2da9b488853e1f4381a3e5267
Author: Ken Hornstein <address@hidden>
Date: Thu Feb 9 23:43:30 2012 -0500
Fix typo in variable test.
diff --git a/configure.ac b/configure.ac
index fd91d36..e38fae1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -167,7 +167,7 @@ AC_CACHE_CHECK([whether preprocessor supports
-Wunused-macros],
CPPFLAGS="$nmh_saved_cppflags"])
if test "$nmh_cv_has_unusedmacros" = 'yes'; then
- test -z "$CPPLAGS" && CPPFLAGS=-Wunused-macros \
+ test -z "$CPPFLAGS" && CPPFLAGS=-Wunused-macros \
|| CPPFLAGS="$CPPFLAGS -Wunused-macros"
DISABLE_UNUSED_MACROS_WARNING=-Wno-unused-macros
fi
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 062356283e3de7e2da9b488853e1f4381a3e5267,
Ken Hornstein <=