]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commit9fc99cdc6b696cc12d02a431a928ec2891e825d7
treea406f5e3b03ee657a4ac3094955ca4d250d9c8f5
parentdb3534991b7c1d72f9ceed435ecbcba39660a758
build: Remove check for buggy snprintf().

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.
configure.ac