Quote arguments to AC_CHECK_FUNC
commit183db2515e77557427f08bf50f42c6c658822c34
authorTomas Abrahamsson <tab@lysator.liu.se>
Sat, 30 Oct 2010 17:51:20 +0000 (30 19:51 +0200)
committerTomas Abrahamsson <tab@lysator.liu.se>
Sat, 30 Oct 2010 17:51:20 +0000 (30 19:51 +0200)
treef3aaa5b3968575244b5419f4a6bff5c3960bba23
parenta637fe5892eb177b30103b8965a840f46e652f80
Quote arguments to AC_CHECK_FUNC

Properly quote the calls to AC_CHECK_LIB in AC_CHECK_FUNC, to avoid
errors like "checking for gethostbyname... ./configure: line 1671:
ac_fn_c_try_link: command not found" when running configure.

See also the discussion in bugs.debian.org/544809
config/configure.in
lib/fd_server/config/configure.in