From eb023a2e83ff1a3c887bb486582bf5b833f9e108 Mon Sep 17 00:00:00 2001 From: Kari Pahula Date: Thu, 4 Jul 2024 18:46:32 +0300 Subject: [PATCH] Remove obsolete AC_GECODE_TIMER M4 macro from configure.ac.in In bc31c318b73b47a085551fc3a6fa70dba89dad28 Gecode's timer handling was unified to std::chrono::steady_clock. This removed the need for checking at build time for which timer to use and AC_GECODE_TIMER M4 macro was removed that tested for them but the configure.ac.in still had the call, breaking autotools build. --- configure.ac.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac.in b/configure.ac.in index 3420b4f699..b847f15709 100755 --- a/configure.ac.in +++ b/configure.ac.in @@ -155,9 +155,6 @@ AC_GECODE_CHECK_ARITH dnl checking for thread support AC_GECODE_THREADS -dnl checking for timer to use -AC_GECODE_TIMER - dnl checking for freelist sizes to use AC_GECODE_FREELIST_32_SIZE AC_GECODE_FREELIST_64_SIZE