]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
cleanup
authorHarlan Stenn <stenn@ntp.org>
Thu, 9 Dec 2004 19:36:18 +0000 (14:36 -0500)
committerHarlan Stenn <stenn@ntp.org>
Thu, 9 Dec 2004 19:36:18 +0000 (14:36 -0500)
bk: 41b8a932_XXsfQCZPX_cgrwhWG9tMQ

configure.ac

index e84b9bfcd22f9e2f091f4a985ea65c2f7bc54cad..0c2abd1b2692d75c0493c7811dba2af81f4b24cf 100644 (file)
@@ -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?])