[for int32 with DNS headers included],
[ntp_cv_type_int32_with_dns],
AC_COMPILE_IFELSE(
- AC_LANG_PROGRAM(
+ [AC_LANG_PROGRAM(
[[
#ifdef HAVE_ARPA_NAMESER_H
# include <arpa/nameser.h>
[[
size_t cb = sizeof(int32);
]]
- ),
+ )],
[ntp_cv_type_int32_with_dns=yes],
[ntp_cv_type_int32_with_dns=no]
)
[for u_int32 with DNS headers included],
[ntp_cv_type_u_int32_with_dns],
AC_COMPILE_IFELSE(
- AC_LANG_PROGRAM(
+ [AC_LANG_PROGRAM(
[[
#ifdef HAVE_ARPA_NAMESER_H
# include <arpa/nameser.h>
[[
size_t cb = sizeof(u_int32);
]]
- ),
+ )],
[ntp_cv_type_u_int32_with_dns=yes],
[ntp_cv_type_u_int32_with_dns=no]
)