]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
build: Remove check for buggy snprintf().
authorAndre Noll <maan@systemlinux.org>
Thu, 29 Aug 2013 19:09:18 +0000 (19:09 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 10:40:58 +0000 (11:40 +0100)
This check has not found any problematic snprintf() so far. But more
importantly, it uses AC_RUN_IFELSE() which should be avoided since
it can not work for cross-compile setups. Remove the check.


No differences found