Skip to content

Commit

Permalink
checking -Wall option
Browse files Browse the repository at this point in the history
  • Loading branch information
hamano committed Mar 23, 2015
1 parent 2643dd4 commit efb590e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Expand Up @@ -9,6 +9,9 @@ AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AM_PROG_LIBTOOL

AC_CONFIG_MACRO_DIRS([m4])
AX_CHECK_COMPILE_FLAG([-Wall], [CFLAGS="$CFLAGS -Wall"], [], [])

AC_ARG_WITH(apxs,
[ --with-apxs=FILE pathname to the Apache apxs tool ],
,[with_apxs="no"])
Expand Down

0 comments on commit efb590e

Please sign in to comment.