gnucash master: Revert unintended restoration of AC_MSG_RESULT.

John Ralls jralls at code.gnucash.org
Thu Jul 3 04:00:18 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/1d3cee11 (commit)
	from  https://github.com/Gnucash/gnucash/commit/29923b1f (commit)



commit 1d3cee110c4fef7bba887b9940743d6b4753e20c
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jul 3 09:51:53 2014 +0200

    Revert unintended restoration of AC_MSG_RESULT.

diff --git a/configure.ac b/configure.ac
index 3039330..e7f85c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1367,9 +1367,7 @@ then
 #include <stdio.h>
 	 ]],
 	 [[ printf( "%s\n", "Hello World!");]])],
-	 [warnFLAGS="${warnFLAGS} -D_FORTIFY_SOURCE=2"
-	 AC_MSG_RESULT(OK)],
-	 [AC_MSG_RESULT(No)])
+	 [warnFLAGS="${warnFLAGS} -D_FORTIFY_SOURCE=2"])
   CFLAGS="$cflags_save"
 
   AM_CFLAGS="${warnFLAGS} ${AM_CFLAGS}"



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



More information about the gnucash-changes mailing list