mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Revert unintended restoration of AC_MSG_RESULT.
This commit is contained in:
parent
29923b1fd9
commit
1d3cee110c
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user