From: Harlan Stenn Date: Thu, 9 Dec 2004 19:36:18 +0000 (-0500) Subject: cleanup X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6174fd7992dde0a09b0cf320cff62cd8fc32cc1;p=thirdparty%2Fntp.git cleanup bk: 41b8a932_XXsfQCZPX_cgrwhWG9tMQ --- diff --git a/configure.ac b/configure.ac index e84b9bfcd2..0c2abd1b26 100644 --- a/configure.ac +++ b/configure.ac @@ -1742,8 +1742,8 @@ ac_cv_var_atom_ok=yes # The PPSAPI also needs a timepps header. -case "$ac_cv_c_inline$ac_cv_struct_timespec$ac_cv_header_timepps_h$ac_cv_header_sys_timepps_h" in - inlineyes*yes*) +case "$ac_cv_c_inline$ac_cv_struct_timespec" in + inlineyes) case "$ac_cv_header_timepps_h$ac_cv_header_sys_timepps_h$build_os" in *yes* | *sunos* | *solaris* | *sco* ) AC_DEFINE(HAVE_PPSAPI, 1, [Do we have the PPS API per the Draft RFC?])