Differences From Artifact [f3168bfbe7]:
- File
configure.ac
— part of check-in
[f009f4af94]
at
2012-11-21 22:26:06
on branch trunk
— configure: Don't use -Wcast-align.
The OpenSSL headers break -Wcast-align. (user: js, size: 1906) [annotate] [blame] [check-ins using]
To Artifact [e468f98bc4]:
- File configure.ac — part of check-in [16a02009a3] at 2013-02-14 02:20:23 on branch trunk — Add -Wdocumentation if supported by the compiler. (user: js, size: 1991) [annotate] [blame] [check-ins using]
︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | + + + | CPP="$OBJCPP" CPPFLAGS="$CPPFLAGS $OBJCPPFLAGS $($OBJFW_CONFIG --cppflags)" OBJCFLAGS="$OBJCFLAGS -Wall $($OBJFW_CONFIG --objcflags)" LDFLAGS="$LDFLAGS $($OBJFW_CONFIG --ldflags)" LIBS="$LIBS $($OBJFW_CONFIG --libs)" AX_CHECK_COMPILER_FLAGS(-Wdocumentation, [OBJCFLAGS="$OBJCFLAGS -Wdocumentation"]) AC_ARG_ENABLE(shared, AS_HELP_STRING([--disable-shared], [do not build shared library])) AS_IF([test x"$enable_shared" != x"no"], [ BUILDSYS_SHARED_LIB AC_SUBST(OBJOPENSSL_SHARED_LIB, "${LIB_PREFIX}objopenssl${LIB_SUFFIX}") ]) AC_ARG_ENABLE(static, AS_HELP_STRING([--enable-static], [build static library])) |
︙ |