diff options
Diffstat (limited to 'contrib/ntp/sntp/m4/ntp_libntp.m4')
-rw-r--r-- | contrib/ntp/sntp/m4/ntp_libntp.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/ntp/sntp/m4/ntp_libntp.m4 b/contrib/ntp/sntp/m4/ntp_libntp.m4 index 1263423..3f35a92 100644 --- a/contrib/ntp/sntp/m4/ntp_libntp.m4 +++ b/contrib/ntp/sntp/m4/ntp_libntp.m4 @@ -661,9 +661,6 @@ esac AC_CHECK_HEADERS([priv.h]) - -AC_MSG_CHECKING([if we have solaris privileges]) - case "$ac_cv_header_priv_h" in yes) case "$host" in @@ -686,6 +683,7 @@ AC_ARG_ENABLE( [ntp_have_solarisprivs=$enableval] ) +AC_MSG_CHECKING([if we have solaris privileges]) case "$ntp_have_solarisprivs" in yes) |