Overview
Comment: | configure: Avoid adding flags twice |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f428f5f216875d7abe353b7b3a43816d |
User & Date: | js on 2020-08-29 14:36:25 |
Other Links: | manifest | tags |
Context
2020-08-29
| ||
14:42 | Fix compilation on Windows check-in: 5492e91aad user: js tags: trunk | |
14:36 | configure: Avoid adding flags twice check-in: f428f5f216 user: js tags: trunk | |
14:26 | Update buildsys check-in: a55162a23e user: js tags: trunk | |
Changes
Modified configure.ac from [ebd3cbd325] to [2461ea6b14].
1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | - + + + + + + | AC_INIT(ObjOpenSSL, 0.1, js@nil.im) |
︙ | |||
43 44 45 46 47 48 49 | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | - - - - + + + + | AC_PROG_RANLIB AC_SUBST(OBJOPENSSL_STATIC_LIB, "libobjopenssl.a") ]) AC_ARG_WITH(openssl, AS_HELP_STRING([--with-openssl=PREFIX], [build with OpenSSL in the specified prefix])) AS_IF([test x"$with_openssl" != x"no" -a x"$with_openssl" != x""], [ |
︙ |