mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2474 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
492fabc1dd
commit
9a0a7ff9ed
2
configure
vendored
2
configure
vendored
@ -2308,7 +2308,7 @@ fi
|
||||
|
||||
|
||||
# We should always see these errors...
|
||||
CFLAGS="${CFLAGS} -Wall -Werror-implicit-function-declaration"
|
||||
CFLAGS="${CFLAGS} -Wall"
|
||||
|
||||
# Check whether --enable-debug or --disable-debug was given.
|
||||
if test "${enable_debug+set}" = set; then
|
||||
|
@ -91,7 +91,7 @@ AC_SUBST(GNC_DOC_INSTALL_DIR)
|
||||
|
||||
|
||||
# We should always see these errors...
|
||||
CFLAGS="${CFLAGS} -Wall -Werror-implicit-function-declaration"
|
||||
CFLAGS="${CFLAGS} -Wall"
|
||||
|
||||
AC_ARG_ENABLE( debug,
|
||||
[ --enable-debug compile with debugging flags set],
|
||||
|
@ -253,7 +253,12 @@ configAction (SplitRegister *reg)
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, FEE_STR);
|
||||
break;
|
||||
case CREDIT_REGISTER:
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, ATM_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, BUY_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, CREDIT_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, FEE_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, INT_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, ONLINE_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, SELL_STR);
|
||||
break;
|
||||
case LIABILITY_REGISTER:
|
||||
|
Loading…
Reference in New Issue
Block a user