Skip to content

Commit

Permalink
* configure.ac
Browse files Browse the repository at this point in the history
  - Add lacking AX_LANG_WNOERROR definition
  • Loading branch information
yamaken committed Dec 29, 2006
1 parent 497b4ad commit e93938c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Expand Up @@ -254,6 +254,9 @@ AC_CHECK_TYPES(sig_t, , ,
# Checks for compiler characteristics
AC_C_CONST

# FIXME: depending on the internal variable name
AC_DEFUN([AX_LANG_WNOERROR], [ac_[]_AC_LANG_ABBREV[]_werror_flag=])

AC_LANG_WERROR # Turn warning-only unknown options into error.

AX_CFLAGS_GCC_OPTION([-pedantic])
Expand Down

0 comments on commit e93938c

Please sign in to comment.