Differences From Artifact [479c202821]:
- File configure.ac — part of check-in [889e63ed8a] at 2012-11-08 13:20:03 on branch trunk — Add a proper build system. (user: js, size: 1919) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
40 41 42 43 44 45 46 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | - + | AC_MSG_ERROR(No libcrypto found! Please install OpenSSL!) ]) AC_CHECK_LIB(z, main, [LIBS="$LIBS -lz"], [ AC_MSG_ERROR(No libz found! Please install zlib!) ]) AS_IF([test x"$GOBJC" = x"yes"], [ |
︙ |