Commit graph

7 commits

Author SHA1 Message Date
Ben Wiederhake
cb96ff77aa Fix "rpl_malloc not found" when cross-compiling, re-run autoreconf
AC_FUNC_MALLOC & AC_FUNC_REALLOC cause link errors when cross-compiling.

It seems the preferred solution is to just remove them, and optionally adding
them to the AC_CHECK_FUNCS section.

Examples:
- https://github.com/LLNL/ior/issues/4
- 47331724c1
- 6667e4cb91
  (used as template for this commit message; thanks!)
- https://rickfoosusa.blogspot.de/2011/11/howto-fix-undefined-reference-to.html
- c58d62b509
2017-06-16 17:20:00 +02:00
Ben Wiederhake
d1d6865a0a Remove superfluous -lm flag. 2015-10-07 22:07:56 +02:00
mjentsch
6caed24f0d Integrate libgcrypt header in config.h.in 2015-10-07 03:23:09 +02:00
mjentsch
a91a6ab304 Add translation-related stuff to configure.ac 2015-10-06 14:26:40 +02:00
mjentsch
c3abf27376 Add support for displaying stickers in chats 2015-05-24 00:22:31 +02:00
Vysheng
50c52b091c Fixed -lrt check 2014-11-24 20:37:10 +03:00
Vysheng
5b4f1cd450 Updated to use subdirectory. Fixed buffer overflow in date format 2014-11-12 21:23:01 +03:00